public interface com.microsoft.azure.management.batch.BatchAccount extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.batch.implementation.BatchManager, com.microsoft.azure.management.batch.implementation.BatchAccountInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.batch.BatchAccount>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.batch.BatchAccount$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.batch.BatchAccount
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.batch.ProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/batch/ProvisioningState;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String accountEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.batch.AutoStorageProperties autoStorage();
    descriptor: ()Lcom/microsoft/azure/management/batch/AutoStorageProperties;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int coreQuota();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int poolQuota();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int activeJobAndJobScheduleQuota();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.batch.BatchAccountKeys getKeys();
    descriptor: ()Lcom/microsoft/azure/management/batch/BatchAccountKeys;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.batch.BatchAccountKeys regenerateKeys(com.microsoft.azure.management.batch.AccountKeyType);
    descriptor: (Lcom/microsoft/azure/management/batch/AccountKeyType;)Lcom/microsoft/azure/management/batch/BatchAccountKeys;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      keyType  

  public abstract void synchronizeAutoStorageKeys();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Map<java.lang.String, com.microsoft.azure.management.batch.Application> applications();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/batch/Application;>;

  public abstract java.util.Map<java.lang.String, com.microsoft.azure.management.batch.Pool> pools();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/batch/Pool;>;

  public abstract boolean dedicatedCoreQuotaPerVMFamilyEnforced();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<com.microsoft.azure.management.batch.VirtualMachineFamilyCoreQuota> dedicatedCoreQuotaPerVMFamily();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batch/VirtualMachineFamilyCoreQuota;>;

  public abstract java.lang.Integer dedicatedCoreQuota();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Integer lowPriorityCoreQuota();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/GroupableResource<Lcom/microsoft/azure/management/batch/implementation/BatchManager;Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/batch/BatchAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/batch/BatchAccount$Update;>;
SourceFile: "BatchAccount.java"
NestMembers:
  com.microsoft.azure.management.batch.BatchAccount$Definition  com.microsoft.azure.management.batch.BatchAccount$DefinitionStages  com.microsoft.azure.management.batch.BatchAccount$DefinitionStages$Blank  com.microsoft.azure.management.batch.BatchAccount$DefinitionStages$WithApplication  com.microsoft.azure.management.batch.BatchAccount$DefinitionStages$WithApplicationAndStorage  com.microsoft.azure.management.batch.BatchAccount$DefinitionStages$WithCreate  com.microsoft.azure.management.batch.BatchAccount$DefinitionStages$WithCreateAndApplication  com.microsoft.azure.management.batch.BatchAccount$DefinitionStages$WithGroup  com.microsoft.azure.management.batch.BatchAccount$DefinitionStages$WithPool  com.microsoft.azure.management.batch.BatchAccount$DefinitionStages$WithStorage  com.microsoft.azure.management.batch.BatchAccount$Update  com.microsoft.azure.management.batch.BatchAccount$UpdateStages  com.microsoft.azure.management.batch.BatchAccount$UpdateStages$WithApplication  com.microsoft.azure.management.batch.BatchAccount$UpdateStages$WithPool  com.microsoft.azure.management.batch.BatchAccount$UpdateStages$WithStorageAccount
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.batch.BatchAccount$Definition of com.microsoft.azure.management.batch.BatchAccount
  public abstract DefinitionStages = com.microsoft.azure.management.batch.BatchAccount$DefinitionStages of com.microsoft.azure.management.batch.BatchAccount
  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
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()