public interface com.microsoft.azure.management.trafficmanager.TrafficManagerProfiles extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<com.microsoft.azure.management.trafficmanager.TrafficManagerProfile$DefinitionStages$Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<com.microsoft.azure.management.trafficmanager.TrafficManagerProfile>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<com.microsoft.azure.management.trafficmanager.TrafficManagerProfile>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<com.microsoft.azure.management.trafficmanager.TrafficManagerProfile>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.trafficmanager.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<com.microsoft.azure.management.trafficmanager.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>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.trafficmanager.TrafficManagerProfiles
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.trafficmanager.CheckProfileDnsNameAvailabilityResult checkDnsNameAvailability(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/trafficmanager/CheckProfileDnsNameAvailabilityResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      dnsNameLabel  

  public abstract rx.Observable<com.microsoft.azure.management.trafficmanager.CheckProfileDnsNameAvailabilityResult> checkDnsNameAvailabilityAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/trafficmanager/CheckProfileDnsNameAvailabilityResult;>;
    MethodParameters:
              Name  Flags
      dnsNameLabel  

  public abstract com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.trafficmanager.CheckProfileDnsNameAvailabilityResult> checkDnsNameAvailabilityAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.trafficmanager.CheckProfileDnsNameAvailabilityResult>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/trafficmanager/CheckProfileDnsNameAvailabilityResult;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/trafficmanager/CheckProfileDnsNameAvailabilityResult;>;
    MethodParameters:
              Name  Flags
      dnsNameLabel  
      callback      

  public abstract com.microsoft.azure.management.trafficmanager.GeographicLocation getGeographicHierarchyRoot();
    descriptor: ()Lcom/microsoft/azure/management/trafficmanager/GeographicLocation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsCreating<Lcom/microsoft/azure/management/trafficmanager/TrafficManagerProfile$DefinitionStages$Blank;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsListing<Lcom/microsoft/azure/management/trafficmanager/TrafficManagerProfile;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsListingByResourceGroup<Lcom/microsoft/azure/management/trafficmanager/TrafficManagerProfile;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingByResourceGroup<Lcom/microsoft/azure/management/trafficmanager/TrafficManagerProfile;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/trafficmanager/TrafficManagerProfile;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsDeletingById;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsDeletingByResourceGroup;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsBatchCreation<Lcom/microsoft/azure/management/trafficmanager/TrafficManagerProfile;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsBatchDeletion;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/trafficmanager/implementation/TrafficManager;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/trafficmanager/implementation/ProfilesInner;>;
SourceFile: "TrafficManagerProfiles.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.trafficmanager.TrafficManagerProfile$DefinitionStages of com.microsoft.azure.management.trafficmanager.TrafficManagerProfile
  public abstract Blank = com.microsoft.azure.management.trafficmanager.TrafficManagerProfile$DefinitionStages$Blank of com.microsoft.azure.management.trafficmanager.TrafficManagerProfile$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()