azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

214 строки
24 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.CdnProfiles"
fullName: "com.microsoft.azure.management.cdn.CdnProfiles"
name: "CdnProfiles"
nameWithType: "CdnProfiles"
summary: "Entry point for CDN profile management API."
syntax: "public interface **CdnProfiles**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile.DefinitionStages.Blank?alt=com.microsoft.azure.management.cdn.CdnProfile.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.implementation.CdnManager?alt=com.microsoft.azure.management.cdn.implementation.CdnManager&text=CdnManager\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.implementation.ProfilesInner?alt=com.microsoft.azure.management.cdn.implementation.ProfilesInner&text=ProfilesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.checkEndpointNameAvailability(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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.microsoft.azure.management.cdn.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.cdn.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.checkEndpointNameAvailabilityAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<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: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.cdn.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.checkEndpointNameAvailabilityAsync(java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.CheckNameAvailabilityResult>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfiles.checkEndpointNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
name: "checkEndpointNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
nameWithType: "CdnProfiles.checkEndpointNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.cdn.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<CheckNameAvailabilityResult> checkEndpointNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
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: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.cdn.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.generateSsoUri(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.listEdgeNodes()"
fullName: "com.microsoft.azure.management.cdn.CdnProfiles.listEdgeNodes()"
name: "listEdgeNodes()"
nameWithType: "CdnProfiles.listEdgeNodes()"
summary: "Lists all the edge nodes of a CDN service."
modifiers:
- "abstract"
syntax: "public abstract PagedList<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.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.EdgeNode?alt=com.microsoft.azure.management.cdn.EdgeNode&text=EdgeNode\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.listOperations()"
fullName: "com.microsoft.azure.management.cdn.CdnProfiles.listOperations()"
name: "listOperations()"
nameWithType: "CdnProfiles.listOperations()"
summary: "Lists all of the available CDN REST API operations."
modifiers:
- "abstract"
syntax: "public abstract PagedList<Operation> listOperations()"
desc: "Lists all of the available CDN REST API operations."
returns:
description: "list of available CDN REST operations."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.Operation?alt=com.microsoft.azure.management.cdn.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.listResourceUsage()"
fullName: "com.microsoft.azure.management.cdn.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 PagedList<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.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.ResourceUsage?alt=com.microsoft.azure.management.cdn.ResourceUsage&text=ResourceUsage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.loadEndpointContent(java.lang.String,java.lang.String,java.lang.String,java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the path to the content to be loaded. Should describe a file path."
name: "contentPaths"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
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.microsoft.azure.management.cdn.CdnProfiles.purgeEndpointContent(java.lang.String,java.lang.String,java.lang.String,java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the path to the content to be purged. Can describe a file path or a wild card directory."
name: "contentPaths"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract void purgeEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)"
desc: "Forcibly purges CDN endpoint content."
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.startEndpoint(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void startEndpoint(String resourceGroupName, String profileName, String endpointName)"
desc: "Starts an existing stopped CDN endpoint."
- uid: "com.microsoft.azure.management.cdn.CdnProfiles.stopEndpoint(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.implementation.CdnManager?alt=com.microsoft.azure.management.cdn.implementation.CdnManager&text=CdnManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile.DefinitionStages.Blank?alt=com.microsoft.azure.management.cdn.CdnProfile.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.implementation.ProfilesInner?alt=com.microsoft.azure.management.cdn.implementation.ProfilesInner&text=ProfilesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4