public interface TrafficManagerProfiles extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<TrafficManagerProfile.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<TrafficManagerProfile>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<TrafficManagerProfile>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<TrafficManagerProfile>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<TrafficManagerProfile>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<TrafficManagerProfile>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.trafficmanager.implementation.TrafficManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.trafficmanager.implementation.ProfilesInner>
| Modifier and Type | Method and Description |
|---|---|
CheckProfileDnsNameAvailabilityResult |
checkDnsNameAvailability(String dnsNameLabel)
Checks that the DNS name is valid for traffic manager profile and is not in use.
|
rx.Observable<CheckProfileDnsNameAvailabilityResult> |
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> |
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.
|
GeographicLocation |
getGeographicHierarchyRoot() |
definelist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncCheckProfileDnsNameAvailabilityResult checkDnsNameAvailability(String dnsNameLabel)
dnsNameLabel - the DNS name to checkrx.Observable<CheckProfileDnsNameAvailabilityResult> checkDnsNameAvailabilityAsync(String dnsNameLabel)
dnsNameLabel - the DNS name to checkcom.microsoft.rest.ServiceFuture<CheckProfileDnsNameAvailabilityResult> checkDnsNameAvailabilityAsync(String dnsNameLabel, com.microsoft.rest.ServiceCallback<CheckProfileDnsNameAvailabilityResult> callback)
dnsNameLabel - the DNS name to checkcallback - the callback to call on success or failure, on success with the result whether the DNS is available
to be used for a traffic manager profile and other info if not@Beta(value=V1_2_0) GeographicLocation getGeographicHierarchyRoot()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/