| Modifier and Type | Method and Description |
|---|---|
CheckNameAvailabilityResult |
CdnProfiles.checkEndpointNameAvailability(String name)
Checks the availability of a endpoint name without creating the CDN endpoint.
|
CheckNameAvailabilityResult |
CdnProfile.checkEndpointNameAvailability(String name)
Checks the availability of an endpoint name without creating the CDN endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<CheckNameAvailabilityResult> |
CdnProfiles.checkEndpointNameAvailabilityAsync(String name)
Checks the availability of a endpoint name without creating the CDN endpoint asynchronously.
|
rx.Observable<CheckNameAvailabilityResult> |
CdnProfile.checkEndpointNameAvailabilityAsync(String name)
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/