public interface com.microsoft.azure.management.network.ApplicationGateways extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<com.microsoft.azure.management.network.ApplicationGateway$DefinitionStages$Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<com.microsoft.azure.management.network.ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<com.microsoft.azure.management.network.ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<com.microsoft.azure.management.network.ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.network.ApplicationGateway>, 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.network.ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.network.ApplicationGateways
  super_class: java.lang.Object
{
  public abstract void start(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      ids   

  public abstract void start(java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
      Name  Flags
      ids   

  public abstract rx.Observable<java.lang.String> startAsync(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lrx/Observable;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      ids   

  public abstract rx.Observable<java.lang.String> startAsync(java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      ids   

  public abstract void stop(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      ids   

  public abstract void stop(java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
      Name  Flags
      ids   

  public abstract rx.Observable<java.lang.String> stopAsync(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lrx/Observable;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      ids   

  public abstract rx.Observable<java.lang.String> stopAsync(java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      ids   
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsCreating<Lcom/microsoft/azure/management/network/ApplicationGateway$DefinitionStages$Blank;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsListing<Lcom/microsoft/azure/management/network/ApplicationGateway;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsListingByResourceGroup<Lcom/microsoft/azure/management/network/ApplicationGateway;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingByResourceGroup<Lcom/microsoft/azure/management/network/ApplicationGateway;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/network/ApplicationGateway;>;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/network/ApplicationGateway;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsBatchDeletion;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/network/implementation/NetworkManager;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;>;
SourceFile: "ApplicationGateways.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.network.ApplicationGateway$DefinitionStages of com.microsoft.azure.management.network.ApplicationGateway
  public abstract Blank = com.microsoft.azure.management.network.ApplicationGateway$DefinitionStages$Blank of com.microsoft.azure.management.network.ApplicationGateway$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()