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

429 строки
36 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.CdnProfile"
fullName: "com.microsoft.azure.management.cdn.CdnProfile"
name: "CdnProfile"
nameWithType: "CdnProfile"
summary: "An immutable client-side representation of an Azure CDN profile."
syntax: "public interface **CdnProfile**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" 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\" />,<xref href=\"com.microsoft.azure.management.cdn.implementation.ProfileInner?alt=com.microsoft.azure.management.cdn.implementation.ProfileInner&text=ProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" 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.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile.Update?alt=com.microsoft.azure.management.cdn.CdnProfile.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.cdn.CdnProfile.checkEndpointNameAvailability(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.checkEndpointNameAvailability(String name)"
name: "checkEndpointNameAvailability(String name)"
nameWithType: "CdnProfile.checkEndpointNameAvailability(String name)"
summary: "Checks the availability of an 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 an endpoint name without creating the CDN endpoint."
returns:
description: "the result 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.CdnProfile.checkEndpointNameAvailabilityAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.checkEndpointNameAvailabilityAsync(String name)"
name: "checkEndpointNameAvailabilityAsync(String name)"
nameWithType: "CdnProfile.checkEndpointNameAvailabilityAsync(String name)"
summary: "Checks the availability of an 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 an 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.CdnProfile.checkEndpointNameAvailabilityAsync(java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.CheckNameAvailabilityResult>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.checkEndpointNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
name: "checkEndpointNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
nameWithType: "CdnProfile.checkEndpointNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
summary: "Checks the availability of an 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 an 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.CdnProfile.endpoints()"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.endpoints()"
name: "endpoints()"
nameWithType: "CdnProfile.endpoints()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,CdnEndpoint> endpoints()"
returns:
description: "endpoints in the CDN manager profile, indexed by name"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint?alt=com.microsoft.azure.management.cdn.CdnEndpoint&text=CdnEndpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.generateSsoUri()"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.generateSsoUri()"
name: "generateSsoUri()"
nameWithType: "CdnProfile.generateSsoUri()"
summary: "Generates a dynamic SSO URI used to sign in to the CDN supplemental portal used for advanced management tasks."
modifiers:
- "abstract"
syntax: "public abstract String generateSsoUri()"
desc: "Generates a dynamic SSO URI used to sign in to the CDN supplemental portal used for advanced management tasks."
returns:
description: "URI used to login to the third party web portal"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.generateSsoUriAsync()"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.generateSsoUriAsync()"
name: "generateSsoUriAsync()"
nameWithType: "CdnProfile.generateSsoUriAsync()"
summary: "Asynchronously generates a dynamic SSO URI used to sign into the CDN supplemental portal used for advanced management tasks."
modifiers:
- "abstract"
syntax: "public abstract Observable<String> generateSsoUriAsync()"
desc: "Asynchronously generates a dynamic SSO URI used to sign into the CDN supplemental portal used for advanced management tasks."
returns:
description: "Observable to URI used to login to third party web portal"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" 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;"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.generateSsoUriAsync(com.microsoft.rest.ServiceCallback<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.generateSsoUriAsync(ServiceCallback<String> callback)"
name: "generateSsoUriAsync(ServiceCallback<String> callback)"
nameWithType: "CdnProfile.generateSsoUriAsync(ServiceCallback<String> callback)"
summary: "Asynchronously generates a dynamic SSO URI used to sign in to the CDN supplemental portal used for advanced management tasks."
modifiers:
- "abstract"
parameters:
- 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=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<String> generateSsoUriAsync(ServiceCallback<String> callback)"
desc: "Asynchronously generates a dynamic SSO URI used to sign in to the CDN supplemental portal used for advanced management tasks."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" 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;"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.isPremiumVerizon()"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.isPremiumVerizon()"
name: "isPremiumVerizon()"
nameWithType: "CdnProfile.isPremiumVerizon()"
modifiers:
- "abstract"
syntax: "public abstract boolean isPremiumVerizon()"
returns:
description: "true if this CDN profile's SKU is of Premium Verizon, else false."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.listResourceUsage()"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.listResourceUsage()"
name: "listResourceUsage()"
nameWithType: "CdnProfile.listResourceUsage()"
modifiers:
- "abstract"
syntax: "public abstract PagedList<ResourceUsage> listResourceUsage()"
returns:
description: "quotas and actual usages of endpoints under the current CDN profile"
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.CdnProfile.loadEndpointContent(java.lang.String,java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.loadEndpointContent(String endpointName, Set<String> contentPaths)"
name: "loadEndpointContent(String endpointName, Set<String> contentPaths)"
nameWithType: "CdnProfile.loadEndpointContent(String endpointName, Set<String> contentPaths)"
summary: "Forcibly pre-loads CDN endpoint content in the CDN profile."
modifiers:
- "abstract"
parameters:
- description: "a name of the endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the paths to the content to be purged, which can be file paths or directory wild cards"
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" 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 endpointName, Set<String> contentPaths)"
desc: "Forcibly pre-loads CDN endpoint content in the CDN profile.\n\nNote, this is Available for Verizon Profiles only."
- uid: "com.microsoft.azure.management.cdn.CdnProfile.loadEndpointContentAsync(java.lang.String,java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.loadEndpointContentAsync(String endpointName, Set<String> contentPaths)"
name: "loadEndpointContentAsync(String endpointName, Set<String> contentPaths)"
nameWithType: "CdnProfile.loadEndpointContentAsync(String endpointName, Set<String> contentPaths)"
summary: "Forcibly pre-loads CDN endpoint content in the CDN profile asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of the endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the paths to the content to be purged, which can be file paths or directory wild cards"
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" 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 Completable loadEndpointContentAsync(String endpointName, Set<String> contentPaths)"
desc: "Forcibly pre-loads CDN endpoint content in the CDN profile asynchronously.\n\nNote, this is Available for Verizon Profiles only."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.loadEndpointContentAsync(java.lang.String,java.util.Set<java.lang.String>,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.loadEndpointContentAsync(String endpointName, Set<String> contentPaths, ServiceCallback<Void> callback)"
name: "loadEndpointContentAsync(String endpointName, Set<String> contentPaths, ServiceCallback<Void> callback)"
nameWithType: "CdnProfile.loadEndpointContentAsync(String endpointName, Set<String> contentPaths, ServiceCallback<Void> callback)"
summary: "Forcibly pre-loads CDN endpoint content in the CDN profile asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of the endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the paths to the content to be purged, which can be file paths or directory wild cards"
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" 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;"
- 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=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> loadEndpointContentAsync(String endpointName, Set<String> contentPaths, ServiceCallback<Void> callback)"
desc: "Forcibly pre-loads CDN endpoint content in the CDN profile asynchronously.\n\nNote, this is Available for Verizon Profiles only."
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=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.purgeEndpointContent(java.lang.String,java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.purgeEndpointContent(String endpointName, Set<String> contentPaths)"
name: "purgeEndpointContent(String endpointName, Set<String> contentPaths)"
nameWithType: "CdnProfile.purgeEndpointContent(String endpointName, Set<String> contentPaths)"
summary: "Forcibly purges CDN endpoint content in the CDN profile."
modifiers:
- "abstract"
parameters:
- description: "a name of the endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the paths to the content to be purged, which can be file paths or directory wild cards"
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" 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 endpointName, Set<String> contentPaths)"
desc: "Forcibly purges CDN endpoint content in the CDN profile."
- uid: "com.microsoft.azure.management.cdn.CdnProfile.purgeEndpointContentAsync(java.lang.String,java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.purgeEndpointContentAsync(String endpointName, Set<String> contentPaths)"
name: "purgeEndpointContentAsync(String endpointName, Set<String> contentPaths)"
nameWithType: "CdnProfile.purgeEndpointContentAsync(String endpointName, Set<String> contentPaths)"
summary: "Forcibly purges CDN endpoint content in the CDN profile asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of the endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the paths to the content to be purged, which can be file paths or directory wild cards"
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" 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 Completable purgeEndpointContentAsync(String endpointName, Set<String> contentPaths)"
desc: "Forcibly purges CDN endpoint content in the CDN profile asynchronously."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.purgeEndpointContentAsync(java.lang.String,java.util.Set<java.lang.String>,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.purgeEndpointContentAsync(String endpointName, Set<String> contentPaths, ServiceCallback<Void> callback)"
name: "purgeEndpointContentAsync(String endpointName, Set<String> contentPaths, ServiceCallback<Void> callback)"
nameWithType: "CdnProfile.purgeEndpointContentAsync(String endpointName, Set<String> contentPaths, ServiceCallback<Void> callback)"
summary: "Forcibly purges CDN endpoint content in the CDN profile asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of the endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the paths to the content to be purged, which can be file paths or directory wild cards"
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" 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;"
- 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=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> purgeEndpointContentAsync(String endpointName, Set<String> contentPaths, ServiceCallback<Void> callback)"
desc: "Forcibly purges CDN endpoint content in the CDN profile 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=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.resourceState()"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.resourceState()"
name: "resourceState()"
nameWithType: "CdnProfile.resourceState()"
modifiers:
- "abstract"
syntax: "public abstract String resourceState()"
returns:
description: "CDN profile state"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.sku()"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.sku()"
name: "sku()"
nameWithType: "CdnProfile.sku()"
modifiers:
- "abstract"
syntax: "public abstract Sku sku()"
returns:
description: "the SKU of the CDN profile"
type: "<xref href=\"com.microsoft.azure.management.cdn.Sku?alt=com.microsoft.azure.management.cdn.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.startEndpoint(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.startEndpoint(String endpointName)"
name: "startEndpoint(String endpointName)"
nameWithType: "CdnProfile.startEndpoint(String endpointName)"
summary: "Starts a stopped CDN endpoint."
modifiers:
- "abstract"
parameters:
- description: "a name of an endpoint under the profile"
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 endpointName)"
desc: "Starts a stopped CDN endpoint."
- uid: "com.microsoft.azure.management.cdn.CdnProfile.startEndpointAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.startEndpointAsync(String endpointName)"
name: "startEndpointAsync(String endpointName)"
nameWithType: "CdnProfile.startEndpointAsync(String endpointName)"
summary: "Starts a stopped CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of an endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable startEndpointAsync(String endpointName)"
desc: "Starts a stopped CDN endpoint asynchronously."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.startEndpointAsync(java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.startEndpointAsync(String endpointName, ServiceCallback<Void> callback)"
name: "startEndpointAsync(String endpointName, ServiceCallback<Void> callback)"
nameWithType: "CdnProfile.startEndpointAsync(String endpointName, ServiceCallback<Void> callback)"
summary: "Starts a stopped CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of an endpoint under the profile"
name: "endpointName"
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=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> startEndpointAsync(String endpointName, ServiceCallback<Void> callback)"
desc: "Starts a stopped 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=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.stopEndpoint(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.stopEndpoint(String endpointName)"
name: "stopEndpoint(String endpointName)"
nameWithType: "CdnProfile.stopEndpoint(String endpointName)"
summary: "Stops a running CDN endpoint."
modifiers:
- "abstract"
parameters:
- description: "a name of an endpoint under the profile"
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 endpointName)"
desc: "Stops a running CDN endpoint."
- uid: "com.microsoft.azure.management.cdn.CdnProfile.stopEndpointAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.stopEndpointAsync(String endpointName)"
name: "stopEndpointAsync(String endpointName)"
nameWithType: "CdnProfile.stopEndpointAsync(String endpointName)"
summary: "Stops a running CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of an endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable stopEndpointAsync(String endpointName)"
desc: "Stops a running CDN endpoint asynchronously."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.stopEndpointAsync(java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.stopEndpointAsync(String endpointName, ServiceCallback<Void> callback)"
name: "stopEndpointAsync(String endpointName, ServiceCallback<Void> callback)"
nameWithType: "CdnProfile.stopEndpointAsync(String endpointName, ServiceCallback<Void> callback)"
summary: "Stops a running CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of an endpoint under the profile"
name: "endpointName"
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=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> stopEndpointAsync(String endpointName, ServiceCallback<Void> callback)"
desc: "Stops a running 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=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.validateEndpointCustomDomain(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.validateEndpointCustomDomain(String endpointName, String hostName)"
name: "validateEndpointCustomDomain(String endpointName, String hostName)"
nameWithType: "CdnProfile.validateEndpointCustomDomain(String endpointName, String hostName)"
summary: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile."
modifiers:
- "abstract"
parameters:
- description: "a name of the endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the host name of the custom domain, which must be a domain name"
name: "hostName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CustomDomainValidationResult validateEndpointCustomDomain(String endpointName, String hostName)"
desc: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile."
returns:
description: "CustomDomainValidationResult object if successful"
type: "<xref href=\"com.microsoft.azure.management.cdn.CustomDomainValidationResult?alt=com.microsoft.azure.management.cdn.CustomDomainValidationResult&text=CustomDomainValidationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.validateEndpointCustomDomainAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.validateEndpointCustomDomainAsync(String endpointName, String hostName)"
name: "validateEndpointCustomDomainAsync(String endpointName, String hostName)"
nameWithType: "CdnProfile.validateEndpointCustomDomainAsync(String endpointName, String hostName)"
summary: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of the endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the host name of the custom domain, which must be a domain name"
name: "hostName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<CustomDomainValidationResult> validateEndpointCustomDomainAsync(String endpointName, String hostName)"
desc: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile asynchronously."
returns:
description: "the Observable to CustomDomainValidationResult object if successful"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CustomDomainValidationResult?alt=com.microsoft.azure.management.cdn.CustomDomainValidationResult&text=CustomDomainValidationResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnProfile.validateEndpointCustomDomainAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.CustomDomainValidationResult>)"
fullName: "com.microsoft.azure.management.cdn.CdnProfile.validateEndpointCustomDomainAsync(String endpointName, String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
name: "validateEndpointCustomDomainAsync(String endpointName, String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
nameWithType: "CdnProfile.validateEndpointCustomDomainAsync(String endpointName, String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
summary: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile asynchronously."
modifiers:
- "abstract"
parameters:
- description: "a name of the endpoint under the profile"
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the host name of the custom domain, which must be a domain name"
name: "hostName"
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.CustomDomainValidationResult?alt=com.microsoft.azure.management.cdn.CustomDomainValidationResult&text=CustomDomainValidationResult\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<CustomDomainValidationResult> validateEndpointCustomDomainAsync(String endpointName, String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
desc: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile 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.CustomDomainValidationResult?alt=com.microsoft.azure.management.cdn.CustomDomainValidationResult&text=CustomDomainValidationResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An immutable client-side representation of an Azure CDN profile."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" 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\" />,<xref href=\"com.microsoft.azure.management.cdn.implementation.ProfileInner?alt=com.microsoft.azure.management.cdn.implementation.ProfileInner&text=ProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" 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.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnProfile.Update?alt=com.microsoft.azure.management.cdn.CdnProfile.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4