public class com.microsoft.azure.management.batch.implementation.BatchManager extends com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager<com.microsoft.azure.management.batch.implementation.BatchManager, com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.implementation.BatchManager
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager
{
  private com.microsoft.azure.management.batch.BatchAccounts batchAccounts;
    descriptor: Lcom/microsoft/azure/management/batch/BatchAccounts;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.storage.implementation.StorageManager storageManager;
    descriptor: Lcom/microsoft/azure/management/storage/implementation/StorageManager;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(com.microsoft.rest.RestClient, java.lang.String);
    descriptor: (Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchManager this
        start local 1 // com.microsoft.rest.RestClient restClient
        start local 2 // java.lang.String subscriptionId
         0: .line 31
            aload 0 /* this */
         1: .line 32
            aload 1 /* restClient */
         2: .line 33
            aload 2 /* subscriptionId */
         3: .line 34
            new com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl
            dup
            aload 1 /* restClient */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.<init>:(Lcom/microsoft/rest/RestClient;)V
            aload 2 /* subscriptionId */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.withSubscriptionId:(Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 36
            aload 0 /* this */
            aload 1 /* restClient */
            aload 2 /* subscriptionId */
            invokestatic com.microsoft.azure.management.storage.implementation.StorageManager.authenticate:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageManager;
            putfield com.microsoft.azure.management.batch.implementation.BatchManager.storageManager:Lcom/microsoft/azure/management/storage/implementation/StorageManager;
         5: .line 37
            return
        end local 2 // java.lang.String subscriptionId
        end local 1 // com.microsoft.rest.RestClient restClient
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchManager this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/microsoft/azure/management/batch/implementation/BatchManager;
            0    6     1      restClient  Lcom/microsoft/rest/RestClient;
            0    6     2  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      restClient      
      subscriptionId  

  public static com.microsoft.azure.management.batch.implementation.BatchManager$Configurable configure();
    descriptor: ()Lcom/microsoft/azure/management/batch/implementation/BatchManager$Configurable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            new com.microsoft.azure.management.batch.implementation.BatchManager$ConfigurableImpl
            dup
            invokespecial com.microsoft.azure.management.batch.implementation.BatchManager$ConfigurableImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.microsoft.azure.management.batch.implementation.BatchManager authenticate(com.microsoft.azure.credentials.AzureTokenCredentials, java.lang.String);
    descriptor: (Lcom/microsoft/azure/credentials/AzureTokenCredentials;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/BatchManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.credentials.AzureTokenCredentials credentials
        start local 1 // java.lang.String subscriptionId
         0: .line 56
            new com.microsoft.azure.management.batch.implementation.BatchManager
            dup
            new com.microsoft.rest.RestClient$Builder
            dup
            invokespecial com.microsoft.rest.RestClient$Builder.<init>:()V
         1: .line 57
            aload 0 /* credentials */
            invokevirtual com.microsoft.azure.credentials.AzureTokenCredentials.environment:()Lcom/microsoft/azure/AzureEnvironment;
            getstatic com.microsoft.azure.AzureEnvironment$Endpoint.RESOURCE_MANAGER:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
            invokevirtual com.microsoft.rest.RestClient$Builder.withBaseUrl:(Lcom/microsoft/rest/protocol/Environment;Lcom/microsoft/rest/protocol/Environment$Endpoint;)Lcom/microsoft/rest/RestClient$Builder;
         2: .line 58
            aload 0 /* credentials */
            invokevirtual com.microsoft.rest.RestClient$Builder.withCredentials:(Lcom/microsoft/rest/credentials/ServiceClientCredentials;)Lcom/microsoft/rest/RestClient$Builder;
         3: .line 59
            new com.microsoft.azure.serializer.AzureJacksonAdapter
            dup
            invokespecial com.microsoft.azure.serializer.AzureJacksonAdapter.<init>:()V
            invokevirtual com.microsoft.rest.RestClient$Builder.withSerializerAdapter:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/RestClient$Builder;
         4: .line 60
            new com.microsoft.azure.AzureResponseBuilder$Factory
            dup
            invokespecial com.microsoft.azure.AzureResponseBuilder$Factory.<init>:()V
            invokevirtual com.microsoft.rest.RestClient$Builder.withResponseBuilderFactory:(Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;)Lcom/microsoft/rest/RestClient$Builder;
         5: .line 61
            new com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor
            dup
            aload 0 /* credentials */
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor.<init>:(Lcom/microsoft/azure/credentials/AzureTokenCredentials;)V
            invokevirtual com.microsoft.rest.RestClient$Builder.withInterceptor:(Lokhttp3/Interceptor;)Lcom/microsoft/rest/RestClient$Builder;
         6: .line 62
            new com.microsoft.azure.management.resources.fluentcore.utils.ResourceManagerThrottlingInterceptor
            dup
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.ResourceManagerThrottlingInterceptor.<init>:()V
            invokevirtual com.microsoft.rest.RestClient$Builder.withInterceptor:(Lokhttp3/Interceptor;)Lcom/microsoft/rest/RestClient$Builder;
         7: .line 63
            invokevirtual com.microsoft.rest.RestClient$Builder.build:()Lcom/microsoft/rest/RestClient;
            aload 1 /* subscriptionId */
         8: .line 56
            invokespecial com.microsoft.azure.management.batch.implementation.BatchManager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String subscriptionId
        end local 0 // com.microsoft.azure.credentials.AzureTokenCredentials credentials
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0     credentials  Lcom/microsoft/azure/credentials/AzureTokenCredentials;
            0    9     1  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      credentials     
      subscriptionId  

  public static com.microsoft.azure.management.batch.implementation.BatchManager authenticate(com.microsoft.rest.RestClient, java.lang.String);
    descriptor: (Lcom/microsoft/rest/RestClient;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/BatchManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.rest.RestClient restClient
        start local 1 // java.lang.String subscriptionId
         0: .line 74
            new com.microsoft.azure.management.batch.implementation.BatchManager
            dup
            aload 0 /* restClient */
            aload 1 /* subscriptionId */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchManager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String subscriptionId
        end local 0 // com.microsoft.rest.RestClient restClient
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0      restClient  Lcom/microsoft/rest/RestClient;
            0    1     1  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      restClient      
      subscriptionId  

  public com.microsoft.azure.management.batch.BatchAccounts batchAccounts();
    descriptor: ()Lcom/microsoft/azure/management/batch/BatchAccounts;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchManager this
         0: .line 105
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchManager.batchAccounts:Lcom/microsoft/azure/management/batch/BatchAccounts;
            ifnonnull 2
         1: .line 106
            aload 0 /* this */
            new com.microsoft.azure.management.batch.implementation.BatchAccountsImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchManager.storageManager:Lcom/microsoft/azure/management/storage/implementation/StorageManager;
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsImpl.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchManager;Lcom/microsoft/azure/management/storage/implementation/StorageManager;)V
            putfield com.microsoft.azure.management.batch.implementation.BatchManager.batchAccounts:Lcom/microsoft/azure/management/batch/BatchAccounts;
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchManager.batchAccounts:Lcom/microsoft/azure/management/batch/BatchAccounts;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batch/implementation/BatchManager;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/Manager<Lcom/microsoft/azure/management/batch/implementation/BatchManager;Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;>;
SourceFile: "BatchManager.java"
NestMembers:
  com.microsoft.azure.management.batch.implementation.BatchManager$Configurable  com.microsoft.azure.management.batch.implementation.BatchManager$ConfigurableImpl
InnerClasses:
  public final Endpoint = com.microsoft.azure.AzureEnvironment$Endpoint of com.microsoft.azure.AzureEnvironment
  public final Factory = com.microsoft.azure.AzureResponseBuilder$Factory of com.microsoft.azure.AzureResponseBuilder
  public abstract Configurable = com.microsoft.azure.management.batch.implementation.BatchManager$Configurable of com.microsoft.azure.management.batch.implementation.BatchManager
  private final ConfigurableImpl = com.microsoft.azure.management.batch.implementation.BatchManager$ConfigurableImpl of com.microsoft.azure.management.batch.implementation.BatchManager
  public Builder = com.microsoft.rest.RestClient$Builder of com.microsoft.rest.RestClient
  public abstract Endpoint = com.microsoft.rest.protocol.Environment$Endpoint of com.microsoft.rest.protocol.Environment
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder