| Modifier and Type | Method and Description |
|---|---|
CheckProfileDnsNameAvailabilityResult |
TrafficManagerProfiles.checkDnsNameAvailability(String dnsNameLabel)
Checks that the DNS name is valid for traffic manager profile and is not in use.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<CheckProfileDnsNameAvailabilityResult> |
TrafficManagerProfiles.checkDnsNameAvailabilityAsync(String dnsNameLabel)
Asynchronously checks that the DNS name is valid for traffic manager profile and is not in use.
|
com.microsoft.rest.ServiceFuture<CheckProfileDnsNameAvailabilityResult> |
TrafficManagerProfiles.checkDnsNameAvailabilityAsync(String dnsNameLabel,
com.microsoft.rest.ServiceCallback<CheckProfileDnsNameAvailabilityResult> callback)
Asynchronously checks that the DNS name is valid for traffic manager profile and is not in use.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<CheckProfileDnsNameAvailabilityResult> |
TrafficManagerProfiles.checkDnsNameAvailabilityAsync(String dnsNameLabel,
com.microsoft.rest.ServiceCallback<CheckProfileDnsNameAvailabilityResult> callback)
Asynchronously checks that the DNS name is valid for traffic manager profile and is not in use.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/