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

410 строки
28 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.CdnEndpoint"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint"
name: "CdnEndpoint"
nameWithType: "CdnEndpoint"
summary: "An immutable client-side representation of an Azure CDN endpoint."
syntax: "public interface **CdnEndpoint**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint?alt=com.microsoft.azure.management.cdn.CdnEndpoint&text=CdnEndpoint\" data-throw-if-not-resolved=\"False\" />,<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.EndpointInner?alt=com.microsoft.azure.management.cdn.implementation.EndpointInner&text=EndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.contentTypesToCompress()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.contentTypesToCompress()"
name: "contentTypesToCompress()"
nameWithType: "CdnEndpoint.contentTypesToCompress()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> contentTypesToCompress()"
returns:
description: "content types to be compressed"
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;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.customDomains()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.customDomains()"
name: "customDomains()"
nameWithType: "CdnEndpoint.customDomains()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> customDomains()"
returns:
description: "custom domains associated with this endpoint"
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;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.geoFilters()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.geoFilters()"
name: "geoFilters()"
nameWithType: "CdnEndpoint.geoFilters()"
modifiers:
- "abstract"
syntax: "public abstract List<GeoFilter> geoFilters()"
returns:
description: "list of Geo filters"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.GeoFilter?alt=com.microsoft.azure.management.cdn.GeoFilter&text=GeoFilter\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.hostName()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.hostName()"
name: "hostName()"
nameWithType: "CdnEndpoint.hostName()"
modifiers:
- "abstract"
syntax: "public abstract String hostName()"
returns:
description: "endpoint host name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.httpPort()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.httpPort()"
name: "httpPort()"
nameWithType: "CdnEndpoint.httpPort()"
modifiers:
- "abstract"
syntax: "public abstract int httpPort()"
returns:
description: "HTTP port value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.httpsPort()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.httpsPort()"
name: "httpsPort()"
nameWithType: "CdnEndpoint.httpsPort()"
modifiers:
- "abstract"
syntax: "public abstract int httpsPort()"
returns:
description: "HTTPS port value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.isCompressionEnabled()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.isCompressionEnabled()"
name: "isCompressionEnabled()"
nameWithType: "CdnEndpoint.isCompressionEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isCompressionEnabled()"
returns:
description: "true if content compression is enabled, otherwise false"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.isHttpAllowed()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.isHttpAllowed()"
name: "isHttpAllowed()"
nameWithType: "CdnEndpoint.isHttpAllowed()"
modifiers:
- "abstract"
syntax: "public abstract boolean isHttpAllowed()"
returns:
description: "true if HTTP traffic is allowed, otherwise false."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.isHttpsAllowed()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.isHttpsAllowed()"
name: "isHttpsAllowed()"
nameWithType: "CdnEndpoint.isHttpsAllowed()"
modifiers:
- "abstract"
syntax: "public abstract boolean isHttpsAllowed()"
returns:
description: "true if HTTPS traffic is allowed, otherwise false"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.listResourceUsage()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.listResourceUsage()"
name: "listResourceUsage()"
nameWithType: "CdnEndpoint.listResourceUsage()"
summary: "Checks the quota and usage of geo filters and custom domains under the current endpoint."
modifiers:
- "abstract"
syntax: "public abstract PagedList<ResourceUsage> listResourceUsage()"
desc: "Checks the quota and usage of geo filters and custom domains under the current endpoint."
returns:
description: "list of quotas and usages of geo filters and custom domains under the current endpoint"
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.CdnEndpoint.loadContent(java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContent(Set<String> contentPaths)"
name: "loadContent(Set<String> contentPaths)"
nameWithType: "CdnEndpoint.loadContent(Set<String> contentPaths)"
summary: "Forcibly preloads the content of the CDN endpoint."
modifiers:
- "abstract"
parameters:
- description: "the file paths to the content to be loaded"
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 loadContent(Set<String> contentPaths)"
desc: "Forcibly preloads the content of the CDN endpoint.\n\nNote: this is supported for Verizon profiles only."
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContentAsync(java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContentAsync(Set<String> contentPaths)"
name: "loadContentAsync(Set<String> contentPaths)"
nameWithType: "CdnEndpoint.loadContentAsync(Set<String> contentPaths)"
summary: "Forcibly preloads the content of the CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the file paths to the content to be loaded"
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 loadContentAsync(Set<String> contentPaths)"
desc: "Forcibly preloads the content of the CDN endpoint asynchronously.\n\nNote: this is supported 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.CdnEndpoint.loadContentAsync(java.util.Set<java.lang.String>,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
name: "loadContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
nameWithType: "CdnEndpoint.loadContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
summary: "Forcibly preloads the content of the CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the file paths to the content to be loaded"
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> loadContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
desc: "Forcibly preloads the content of the CDN endpoint asynchronously.\n\nNote: this is supported for Verizon profiles only."
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.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.optimizationType()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.optimizationType()"
name: "optimizationType()"
nameWithType: "CdnEndpoint.optimizationType()"
modifiers:
- "abstract"
syntax: "public abstract String optimizationType()"
returns:
description: "optimization type"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.originHostHeader()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.originHostHeader()"
name: "originHostHeader()"
nameWithType: "CdnEndpoint.originHostHeader()"
modifiers:
- "abstract"
syntax: "public abstract String originHostHeader()"
returns:
description: "origin host header"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.originHostName()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.originHostName()"
name: "originHostName()"
nameWithType: "CdnEndpoint.originHostName()"
modifiers:
- "abstract"
syntax: "public abstract String originHostName()"
returns:
description: "origin host name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.originPath()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.originPath()"
name: "originPath()"
nameWithType: "CdnEndpoint.originPath()"
modifiers:
- "abstract"
syntax: "public abstract String originPath()"
returns:
description: "origin path"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.provisioningState()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.provisioningState()"
name: "provisioningState()"
nameWithType: "CdnEndpoint.provisioningState()"
modifiers:
- "abstract"
syntax: "public abstract String provisioningState()"
returns:
description: "endpoint provisioning 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.CdnEndpoint.purgeContent(java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContent(Set<String> contentPaths)"
name: "purgeContent(Set<String> contentPaths)"
nameWithType: "CdnEndpoint.purgeContent(Set<String> contentPaths)"
summary: "Forcibly purges the content of the CDN endpoint."
modifiers:
- "abstract"
parameters:
- 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 purgeContent(Set<String> contentPaths)"
desc: "Forcibly purges the content of the CDN endpoint."
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContentAsync(java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContentAsync(Set<String> contentPaths)"
name: "purgeContentAsync(Set<String> contentPaths)"
nameWithType: "CdnEndpoint.purgeContentAsync(Set<String> contentPaths)"
summary: "Forcibly purges the content of the CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- 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 purgeContentAsync(Set<String> contentPaths)"
desc: "Forcibly purges the content of the 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.CdnEndpoint.purgeContentAsync(java.util.Set<java.lang.String>,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
name: "purgeContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
nameWithType: "CdnEndpoint.purgeContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
summary: "Forcibly purges the content of the CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- 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> purgeContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
desc: "Forcibly purges the content of the CDN endpoint asynchronously."
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.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.queryStringCachingBehavior()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.queryStringCachingBehavior()"
name: "queryStringCachingBehavior()"
nameWithType: "CdnEndpoint.queryStringCachingBehavior()"
modifiers:
- "abstract"
syntax: "public abstract QueryStringCachingBehavior queryStringCachingBehavior()"
returns:
description: "query string caching behavior"
type: "<xref href=\"com.microsoft.azure.management.cdn.QueryStringCachingBehavior?alt=com.microsoft.azure.management.cdn.QueryStringCachingBehavior&text=QueryStringCachingBehavior\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.resourceState()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.resourceState()"
name: "resourceState()"
nameWithType: "CdnEndpoint.resourceState()"
modifiers:
- "abstract"
syntax: "public abstract EndpointResourceState resourceState()"
returns:
description: "endpoint state"
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointResourceState?alt=com.microsoft.azure.management.cdn.EndpointResourceState&text=EndpointResourceState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.start()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.start()"
name: "start()"
nameWithType: "CdnEndpoint.start()"
summary: "Starts the CDN endpoint, if it is stopped."
modifiers:
- "abstract"
syntax: "public abstract void start()"
desc: "Starts the CDN endpoint, if it is stopped."
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.startAsync()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.startAsync()"
name: "startAsync()"
nameWithType: "CdnEndpoint.startAsync()"
summary: "Starts the CDN endpoint asynchronously, if it is stopped."
modifiers:
- "abstract"
syntax: "public abstract Completable startAsync()"
desc: "Starts the CDN endpoint asynchronously, if it is stopped."
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.CdnEndpoint.startAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.startAsync(ServiceCallback<Void> callback)"
name: "startAsync(ServiceCallback<Void> callback)"
nameWithType: "CdnEndpoint.startAsync(ServiceCallback<Void> callback)"
summary: "Starts the CDN endpoint asynchronously, if it is stopped."
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.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> startAsync(ServiceCallback<Void> callback)"
desc: "Starts the CDN endpoint asynchronously, if it is stopped."
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.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.stop()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.stop()"
name: "stop()"
nameWithType: "CdnEndpoint.stop()"
summary: "Stops the CDN endpoint, if it is running."
modifiers:
- "abstract"
syntax: "public abstract void stop()"
desc: "Stops the CDN endpoint, if it is running."
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.stopAsync()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.stopAsync()"
name: "stopAsync()"
nameWithType: "CdnEndpoint.stopAsync()"
summary: "Stops the CDN endpoint asynchronously, if it is running."
modifiers:
- "abstract"
syntax: "public abstract Completable stopAsync()"
desc: "Stops the CDN endpoint asynchronously, if it is running."
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.CdnEndpoint.stopAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.stopAsync(ServiceCallback<Void> callback)"
name: "stopAsync(ServiceCallback<Void> callback)"
nameWithType: "CdnEndpoint.stopAsync(ServiceCallback<Void> callback)"
summary: "Stops the CDN endpoint asynchronously, if it is running."
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.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> stopAsync(ServiceCallback<Void> callback)"
desc: "Stops the CDN endpoint asynchronously, if it is running."
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.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomain(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomain(String hostName)"
name: "validateCustomDomain(String hostName)"
nameWithType: "CdnEndpoint.validateCustomDomain(String hostName)"
summary: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint."
modifiers:
- "abstract"
parameters:
- description: "the host name, which must be a domain name, of the custom domain"
name: "hostName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CustomDomainValidationResult validateCustomDomain(String hostName)"
desc: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint."
returns:
description: "the result of the action, 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.CdnEndpoint.validateCustomDomainAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomainAsync(String hostName)"
name: "validateCustomDomainAsync(String hostName)"
nameWithType: "CdnEndpoint.validateCustomDomainAsync(String hostName)"
summary: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the host name, which must be a domain name, of the custom domain"
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> validateCustomDomainAsync(String hostName)"
desc: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously."
returns:
description: "an observable of the result"
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.CdnEndpoint.validateCustomDomainAsync(java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.CustomDomainValidationResult>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomainAsync(String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
name: "validateCustomDomainAsync(String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
nameWithType: "CdnEndpoint.validateCustomDomainAsync(String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
summary: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the host name, which must be a domain name, of the custom domain"
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> validateCustomDomainAsync(String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
desc: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously."
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=\"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 endpoint."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint?alt=com.microsoft.azure.management.cdn.CdnEndpoint&text=CdnEndpoint\" data-throw-if-not-resolved=\"False\" />,<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.EndpointInner?alt=com.microsoft.azure.management.cdn.implementation.EndpointInner&text=EndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4