public interface com.microsoft.azure.management.dns.DnsZones extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<com.microsoft.azure.management.dns.DnsZone$DefinitionStages$Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<com.microsoft.azure.management.dns.DnsZone>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<com.microsoft.azure.management.dns.DnsZone>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<com.microsoft.azure.management.dns.DnsZone>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.dns.DnsZone>, 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.dns.DnsZone>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.dns.implementation.DnsZoneManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.dns.implementation.ZonesInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.dns.DnsZones
  super_class: java.lang.Object
{
  public abstract rx.Completable deleteByResourceGroupNameAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      zoneName           
      eTagValue          

  public abstract rx.Completable deleteByIdAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      id         
      eTagValue  

  public abstract void deleteByResourceGroupName(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      zoneName           
      eTagValue          

  public abstract void deleteById(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      id         
      eTagValue  
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsCreating<Lcom/microsoft/azure/management/dns/DnsZone$DefinitionStages$Blank;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsListing<Lcom/microsoft/azure/management/dns/DnsZone;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsListingByResourceGroup<Lcom/microsoft/azure/management/dns/DnsZone;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingByResourceGroup<Lcom/microsoft/azure/management/dns/DnsZone;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/dns/DnsZone;>;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/dns/DnsZone;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsBatchDeletion;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/dns/implementation/DnsZoneManager;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/dns/implementation/ZonesInner;>;
SourceFile: "DnsZones.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.dns.DnsZone$DefinitionStages of com.microsoft.azure.management.dns.DnsZone
  public abstract Blank = com.microsoft.azure.management.dns.DnsZone$DefinitionStages$Blank of com.microsoft.azure.management.dns.DnsZone$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()