194 строки
21 KiB
YAML
194 строки
21 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.CdnProfiles"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles"
|
|
name: "CdnProfiles"
|
|
nameWithType: "CdnProfiles"
|
|
summary: "Entry point for CDN profile management API."
|
|
syntax: "public interface **CdnProfiles**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile.DefinitionStages.Blank?alt=com.azure.resourcemanager.cdn.models.CdnProfile.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.CdnManager?alt=com.azure.resourcemanager.cdn.CdnManager&text=CdnManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.checkEndpointNameAvailability(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.checkEndpointNameAvailability(String name)"
|
|
name: "checkEndpointNameAvailability(String name)"
|
|
nameWithType: "CdnProfiles.checkEndpointNameAvailability(String name)"
|
|
summary: "Checks the availability of a endpoint name without creating the CDN endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The endpoint resource name to validate."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CheckNameAvailabilityResult checkEndpointNameAvailability(String name)"
|
|
desc: "Checks the availability of a endpoint name without creating the CDN endpoint."
|
|
returns:
|
|
description: "the CheckNameAvailabilityResult object if successful."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CheckNameAvailabilityResult?alt=com.azure.resourcemanager.cdn.models.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.checkEndpointNameAvailabilityAsync(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.checkEndpointNameAvailabilityAsync(String name)"
|
|
name: "checkEndpointNameAvailabilityAsync(String name)"
|
|
nameWithType: "CdnProfiles.checkEndpointNameAvailabilityAsync(String name)"
|
|
summary: "Checks the availability of a endpoint name without creating the CDN endpoint asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the endpoint resource name to validate."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<CheckNameAvailabilityResult> checkEndpointNameAvailabilityAsync(String name)"
|
|
desc: "Checks the availability of a endpoint name without creating the CDN endpoint asynchronously."
|
|
returns:
|
|
description: "a representation of the deferred computation of this call"
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.cdn.models.CheckNameAvailabilityResult?alt=com.azure.resourcemanager.cdn.models.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.generateSsoUri(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.generateSsoUri(String resourceGroupName, String profileName)"
|
|
name: "generateSsoUri(String resourceGroupName, String profileName)"
|
|
nameWithType: "CdnProfiles.generateSsoUri(String resourceGroupName, String profileName)"
|
|
summary: "Generates a dynamic SSO URI used to sign in to the CDN supplemental portal."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "name of the CDN profile which is unique within the resource group."
|
|
name: "profileName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract String generateSsoUri(String resourceGroupName, String profileName)"
|
|
desc: "Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes."
|
|
returns:
|
|
description: "the Sso Uri string if successful."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.listEdgeNodes()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.listEdgeNodes()"
|
|
name: "listEdgeNodes()"
|
|
nameWithType: "CdnProfiles.listEdgeNodes()"
|
|
summary: "Lists all the edge nodes of a CDN service."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<EdgeNode> listEdgeNodes()"
|
|
desc: "Lists all the edge nodes of a CDN service."
|
|
returns:
|
|
description: "list of all the edge nodes of a CDN service."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.EdgeNode?alt=com.azure.resourcemanager.cdn.models.EdgeNode&text=EdgeNode\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.listOperations()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.listOperations()"
|
|
name: "listOperations()"
|
|
nameWithType: "CdnProfiles.listOperations()"
|
|
summary: "Lists all of the available CDN REST API operations."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<Operation> listOperations()"
|
|
desc: "Lists all of the available CDN REST API operations."
|
|
returns:
|
|
description: "list of available CDN REST operations."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.Operation?alt=com.azure.resourcemanager.cdn.models.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.listResourceUsage()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.listResourceUsage()"
|
|
name: "listResourceUsage()"
|
|
nameWithType: "CdnProfiles.listResourceUsage()"
|
|
summary: "Check the quota and actual usage of the CDN profiles under the current subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<ResourceUsage> listResourceUsage()"
|
|
desc: "Check the quota and actual usage of the CDN profiles under the current subscription."
|
|
returns:
|
|
description: "quotas and actual usages of the CDN profiles under the current subscription."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.ResourceUsage?alt=com.azure.resourcemanager.cdn.models.ResourceUsage&text=ResourceUsage\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.loadEndpointContent(java.lang.String,java.lang.String,java.lang.String,java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.loadEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)"
|
|
name: "loadEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)"
|
|
nameWithType: "CdnProfiles.loadEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)"
|
|
summary: "Forcibly pre-loads CDN endpoint content."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "name of the CDN profile which is unique within the resource group."
|
|
name: "profileName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "name of the endpoint under the profile which is unique globally."
|
|
name: "endpointName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the path to the content to be loaded. Should describe a file path."
|
|
name: "contentPaths"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public abstract void loadEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)"
|
|
desc: "Forcibly pre-loads CDN endpoint content. Available for Verizon profiles."
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.purgeEndpointContent(java.lang.String,java.lang.String,java.lang.String,java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.purgeEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)"
|
|
name: "purgeEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)"
|
|
nameWithType: "CdnProfiles.purgeEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)"
|
|
summary: "Forcibly purges CDN endpoint content."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "name of the CDN profile which is unique within the resource group."
|
|
name: "profileName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "name of the endpoint under the profile which is unique globally."
|
|
name: "endpointName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the path to the content to be purged. Can describe a file path or a wild card directory."
|
|
name: "contentPaths"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public abstract void purgeEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)"
|
|
desc: "Forcibly purges CDN endpoint content."
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.startEndpoint(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.startEndpoint(String resourceGroupName, String profileName, String endpointName)"
|
|
name: "startEndpoint(String resourceGroupName, String profileName, String endpointName)"
|
|
nameWithType: "CdnProfiles.startEndpoint(String resourceGroupName, String profileName, String endpointName)"
|
|
summary: "Starts an existing stopped CDN endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "name of the CDN profile which is unique within the resource group."
|
|
name: "profileName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "name of the endpoint under the profile which is unique globally."
|
|
name: "endpointName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void startEndpoint(String resourceGroupName, String profileName, String endpointName)"
|
|
desc: "Starts an existing stopped CDN endpoint."
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnProfiles.stopEndpoint(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnProfiles.stopEndpoint(String resourceGroupName, String profileName, String endpointName)"
|
|
name: "stopEndpoint(String resourceGroupName, String profileName, String endpointName)"
|
|
nameWithType: "CdnProfiles.stopEndpoint(String resourceGroupName, String profileName, String endpointName)"
|
|
summary: "Stops an existing running CDN endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "name of the CDN profile which is unique within the resource group."
|
|
name: "profileName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "name of the endpoint under the profile which is unique globally."
|
|
name: "endpointName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void stopEndpoint(String resourceGroupName, String profileName, String endpointName)"
|
|
desc: "Stops an existing running CDN endpoint."
|
|
type: "interface"
|
|
desc: "Entry point for CDN profile management API."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.CdnManager?alt=com.azure.resourcemanager.cdn.CdnManager&text=CdnManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile.DefinitionStages.Blank?alt=com.azure.resourcemanager.cdn.models.CdnProfile.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CdnProfile?alt=com.azure.resourcemanager.cdn.models.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cdn.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0
|