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() |
define
list, listAsync
listByResourceGroup, listByResourceGroupAsync
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
getById, getByIdAsync, getByIdAsync
deleteById, deleteByIdAsync, deleteByIdAsync
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
create, create, createAsync, createAsync, createAsync, createAsync
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
manager
CheckProfileDnsNameAvailabilityResult 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.