Uses of Class
com.microsoft.azure.management.cdn.CheckNameAvailabilityResult
Packages that use CheckNameAvailabilityResult
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CheckNameAvailabilityResult in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return CheckNameAvailabilityResultModifier 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.Methods in com.microsoft.azure.management.cdn that return types with arguments of type CheckNameAvailabilityResultModifier 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.Method parameters in com.microsoft.azure.management.cdn with type arguments of type CheckNameAvailabilityResultModifier 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.