Uses of Class
com.microsoft.azure.management.cdn.CheckNameAvailabilityResult
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CheckNameAvailabilityResult in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionCdnProfile.checkEndpointNameAvailability
(String name) Checks the availability of an endpoint name without creating the CDN endpoint.CdnProfiles.checkEndpointNameAvailability
(String name) Checks the availability of a endpoint name without creating the CDN endpoint.Modifier and TypeMethodDescriptionrx.Observable<CheckNameAvailabilityResult>
CdnProfile.checkEndpointNameAvailabilityAsync
(String name) Checks the availability of an endpoint name without creating the CDN endpoint asynchronously.com.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult>
CdnProfile.checkEndpointNameAvailabilityAsync
(String name, com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback) Checks the availability of an endpoint name without creating the CDN endpoint asynchronously.rx.Observable<CheckNameAvailabilityResult>
CdnProfiles.checkEndpointNameAvailabilityAsync
(String name) Checks the availability of a endpoint name without creating the CDN endpoint asynchronously.com.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult>
CdnProfiles.checkEndpointNameAvailabilityAsync
(String name, com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback) Checks the availability of a endpoint name without creating the CDN endpoint asynchronously.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult>
CdnProfile.checkEndpointNameAvailabilityAsync
(String name, com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback) Checks the availability of an endpoint name without creating the CDN endpoint asynchronously.com.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult>
CdnProfiles.checkEndpointNameAvailabilityAsync
(String name, com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback) Checks the availability of a endpoint name without creating the CDN endpoint asynchronously.