public interface TrafficManagerProfiles extends SupportsCreating<TrafficManagerProfile.DefinitionStages.Blank>, SupportsListing<TrafficManagerProfile>, SupportsListingByResourceGroup<TrafficManagerProfile>, SupportsGettingByResourceGroup<TrafficManagerProfile>, SupportsGettingById<TrafficManagerProfile>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<TrafficManagerProfile>, SupportsBatchDeletion, HasManager<com.microsoft.azure.management.trafficmanager.implementation.TrafficManager>, 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.
|
ServiceFuture<CheckProfileDnsNameAvailabilityResult> |
checkDnsNameAvailabilityAsync(String dnsNameLabel,
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, deleteByIdsAsyncmanagerCheckProfileDnsNameAvailabilityResult checkDnsNameAvailability(String dnsNameLabel)
dnsNameLabel - the DNS name to checkrx.Observable<CheckProfileDnsNameAvailabilityResult> checkDnsNameAvailabilityAsync(String dnsNameLabel)
dnsNameLabel - the DNS name to checkServiceFuture<CheckProfileDnsNameAvailabilityResult> checkDnsNameAvailabilityAsync(String dnsNameLabel, 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 notGeographicLocation getGeographicHierarchyRoot()
Copyright © 2019. All rights reserved.