public interface com.microsoft.azure.management.batch.BatchAccount$UpdateStages$WithStorageAccount
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.batch.BatchAccount$UpdateStages$WithStorageAccount
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.batch.BatchAccount$Update withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount);
    descriptor: (Lcom/microsoft/azure/management/storage/StorageAccount;)Lcom/microsoft/azure/management/batch/BatchAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      storageAccount  

  public abstract com.microsoft.azure.management.batch.BatchAccount$Update withNewStorageAccount(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount>);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Lcom/microsoft/azure/management/batch/BatchAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable<Lcom/microsoft/azure/management/storage/StorageAccount;>;)Lcom/microsoft/azure/management/batch/BatchAccount$Update;
    MethodParameters:
                         Name  Flags
      storageAccountCreatable  

  public abstract com.microsoft.azure.management.batch.BatchAccount$Update withNewStorageAccount(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/BatchAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      storageAccountName  

  public abstract com.microsoft.azure.management.batch.BatchAccount$Update withoutStorageAccount();
    descriptor: ()Lcom/microsoft/azure/management/batch/BatchAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "BatchAccount.java"
NestHost: com.microsoft.azure.management.batch.BatchAccount
InnerClasses:
  public abstract Update = com.microsoft.azure.management.batch.BatchAccount$Update of com.microsoft.azure.management.batch.BatchAccount
  public abstract UpdateStages = com.microsoft.azure.management.batch.BatchAccount$UpdateStages of com.microsoft.azure.management.batch.BatchAccount
  public abstract WithStorageAccount = com.microsoft.azure.management.batch.BatchAccount$UpdateStages$WithStorageAccount of com.microsoft.azure.management.batch.BatchAccount$UpdateStages