TrafficManagerProfiles Interface
Implements
public interface TrafficManagerProfiles
extends SupportsCreating<Blank>, SupportsListing<TrafficManagerProfile>, SupportsListingByResourceGroup<TrafficManagerProfile>, SupportsGettingByResourceGroup<TrafficManagerProfile>, SupportsGettingById<TrafficManagerProfile>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<TrafficManagerProfile>, SupportsBatchDeletion, HasManager<TrafficManager>
Entry point to traffic manager profile management API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Check |
checkDnsNameAvailability(String dnsNameLabel)
Checks that the DNS name is valid for traffic manager profile and is not in use. |
abstract
Mono<Check |
checkDnsNameAvailabilityAsync(String dnsNameLabel)
Asynchronously checks that the DNS name is valid for traffic manager profile and is not in use. |
abstract
Geographic |
getGeographicHierarchyRoot() |
Method Details
checkDnsNameAvailability
public abstract CheckProfileDnsNameAvailabilityResult checkDnsNameAvailability(String dnsNameLabel)
Checks that the DNS name is valid for traffic manager profile and is not in use.
Parameters:
Returns:
checkDnsNameAvailabilityAsync
public abstract Mono
Asynchronously checks that the DNS name is valid for traffic manager profile and is not in use.
Parameters:
Returns:
getGeographicHierarchyRoot
public abstract GeographicLocation getGeographicHierarchyRoot()
Returns:
Applies to
Azure SDK for Java