public class com.microsoft.azure.management.batch.implementation.BatchAccountsInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.batch.implementation.BatchAccountInner>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete<java.lang.Void>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsListing<com.microsoft.azure.management.batch.implementation.BatchAccountInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.implementation.BatchAccountsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService service;
    descriptor: Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl client;
    descriptor: Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(retrofit2.Retrofit, com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl);
    descriptor: (Lretrofit2/Retrofit;Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl client
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService
            putfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
         2: .line 68
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
         3: .line 69
            return
        end local 2 // com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl client
        end local 1 // retrofit2.Retrofit retrofit
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    4     1  retrofit  Lretrofit2/Retrofit;
            0    4     2    client  Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
    MethodParameters:
          Name  Flags
      retrofit  
      client    

  public com.microsoft.azure.management.batch.implementation.BatchAccountInner create(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
         0: .line 142
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponseWithHeaders
            invokevirtual com.microsoft.rest.ServiceResponseWithHeaders.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountInner
            areturn
        end local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.BatchAccountInner> createAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountCreateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.BatchAccountInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 156
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromHeaderResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.BatchAccountInner> createAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
         0: .line 169
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$1.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.management.batch.implementation.BatchAccountInner, com.microsoft.azure.management.batch.BatchAccountCreateHeaders>> createWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
         0: .line 187
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 188
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 190
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 191
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 194
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 196
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 197
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 200
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 202
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 203
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 204
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$2.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$2.getType:()Ljava/lang/reflect/Type;
            ldc Lcom/microsoft/azure/management/batch/BatchAccountCreateHeaders;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultWithHeadersAsync:(Lrx/Observable;Ljava/lang/reflect/Type;Ljava/lang/Class;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        accountName  Ljava/lang/String;
            0   13     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
           12   13     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;Lcom/microsoft/azure/management/batch/BatchAccountCreateHeaders;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public com.microsoft.azure.management.batch.implementation.BatchAccountInner beginCreate(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
         0: .line 219
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponseWithHeaders
            invokevirtual com.microsoft.rest.ServiceResponseWithHeaders.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountInner
            areturn
        end local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.BatchAccountInner> beginCreateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountCreateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.BatchAccountInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 233
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromHeaderResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.BatchAccountInner> beginCreateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
         0: .line 246
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$3.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.management.batch.implementation.BatchAccountInner, com.microsoft.azure.management.batch.BatchAccountCreateHeaders>> beginCreateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
         0: .line 264
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 265
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 267
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 268
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 271
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 273
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 274
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 277
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 279
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 280
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.beginCreate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 281
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$4.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 280
            areturn
        end local 3 // com.microsoft.azure.management.batch.BatchAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2        accountName  Ljava/lang/String;
            0   14     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;Lcom/microsoft/azure/management/batch/BatchAccountCreateHeaders;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  private com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.management.batch.implementation.BatchAccountInner, com.microsoft.azure.management.batch.BatchAccountCreateHeaders> beginCreateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponseWithHeaders;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 295
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 296
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$5.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$5.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 297
            sipush 202
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$6.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 298
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 299
            aload 1 /* response */
            ldc Lcom/microsoft/azure/management/batch/BatchAccountCreateHeaders;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.buildWithHeaders:(Lretrofit2/Response;Ljava/lang/Class;)Lcom/microsoft/rest/ServiceResponseWithHeaders;
         5: .line 295
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;Lcom/microsoft/azure/management/batch/BatchAccountCreateHeaders;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batch.implementation.BatchAccountInner update(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;)Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters parameters
         0: .line 314
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountInner
            areturn
        end local 3 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.BatchAccountInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountUpdateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.BatchAccountInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 328
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.BatchAccountInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters parameters
         0: .line 341
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$7.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.BatchAccountUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters parameters
         0: .line 359
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 360
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 362
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 363
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 366
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 368
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 369
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 372
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 374
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 375
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 376
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$8.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 375
            areturn
        end local 3 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2        accountName  Ljava/lang/String;
            0   14     3         parameters  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchAccountInner> updateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 390
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 391
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$9.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 392
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 393
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 390
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void delete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 406
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponseWithHeaders
            invokevirtual com.microsoft.rest.ServiceResponseWithHeaders.body:()Ljava/lang/Object;
            pop
         1: .line 407
            return
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 419
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromHeaderResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      serviceCallback    final

  public rx.Observable<java.lang.Void> deleteAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 431
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$10.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<java.lang.Void, com.microsoft.azure.management.batch.BatchAccountDeleteHeaders>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 448
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 449
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 451
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 452
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 455
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 458
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 3 /* observable */
        start local 3 // rx.Observable observable
         9: .line 461
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$11.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$11.getType:()Ljava/lang/reflect/Type;
            ldc Lcom/microsoft/azure/management/batch/BatchAccountDeleteHeaders;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultWithHeadersAsync:(Lrx/Observable;Ljava/lang/reflect/Type;Ljava/lang/Class;)Lrx/Observable;
            areturn
        end local 3 // rx.Observable observable
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0   10     1  resourceGroupName  Ljava/lang/String;
            0   10     2        accountName  Ljava/lang/String;
            9   10     3         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Ljava/lang/Void;Lcom/microsoft/azure/management/batch/BatchAccountDeleteHeaders;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public void beginDelete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 474
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponseWithHeaders
            invokevirtual com.microsoft.rest.ServiceResponseWithHeaders.body:()Ljava/lang/Object;
            pop
         1: .line 475
            return
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 487
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromHeaderResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      serviceCallback    final

  public rx.Observable<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 499
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$12.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<java.lang.Void, com.microsoft.azure.management.batch.BatchAccountDeleteHeaders>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 516
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 517
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 519
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 520
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 523
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 526
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 529
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$13.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 528
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Ljava/lang/Void;Lcom/microsoft/azure/management/batch/BatchAccountDeleteHeaders;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  private com.microsoft.rest.ServiceResponseWithHeaders<java.lang.Void, com.microsoft.azure.management.batch.BatchAccountDeleteHeaders> beginDeleteDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponseWithHeaders;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 543
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 544
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$14.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$14.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 545
            sipush 202
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$15.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 546
            sipush 204
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$16.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$16.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 547
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 548
            aload 1 /* response */
            ldc Lcom/microsoft/azure/management/batch/BatchAccountDeleteHeaders;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.buildWithHeaders:(Lretrofit2/Response;Ljava/lang/Class;)Lcom/microsoft/rest/ServiceResponseWithHeaders;
         6: .line 543
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    7     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponseWithHeaders<Ljava/lang/Void;Lcom/microsoft/azure/management/batch/BatchAccountDeleteHeaders;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batch.implementation.BatchAccountInner getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 562
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountInner
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.BatchAccountInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.BatchAccountInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 575
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.BatchAccountInner> getByResourceGroupAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 587
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$17.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 604
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 605
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 607
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 608
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 611
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 614
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 617
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$18.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 616
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchAccountInner> getByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 631
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 632
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$19.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$19.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 633
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 634
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 631
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.BatchAccountInner> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
         0: .line 646
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listSinglePageAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 1 /* response */
        start local 1 // com.microsoft.rest.ServiceResponse response
         1: .line 647
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$20
            dup
            aload 0 /* this */
            aload 1 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$20.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.BatchAccountInner>);
    descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 664
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 665
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$21.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
         2: .line 671
            aload 1 /* serviceCallback */
         3: .line 663
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
         0: .line 681
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listWithServiceResponseAsync:()Lrx/Observable;
         1: .line 682
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$22.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 681
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>> listWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
         0: .line 697
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 698
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$23.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 697
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
         0: .line 717
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 718
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 721
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 724
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$24.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 723
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PageImpl<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 738
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 739
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$25.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$25.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 740
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 741
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 738
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/PageImpl<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.BatchAccountInner> listByResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 754
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 755
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$26
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$26.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            1    2     2           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.BatchAccountInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 773
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 774
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$27.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
         2: .line 780
            aload 2 /* serviceCallback */
         3: .line 772
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listByResourceGroupAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 791
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 792
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$28.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 791
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>> listByResourceGroupWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 808
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 809
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$29.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 808
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>> listByResourceGroupSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 829
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 830
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 833
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 835
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 836
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 839
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$30.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 838
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PageImpl<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 853
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 854
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$31.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 855
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 856
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 853
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/PageImpl<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public void synchronizeAutoStorageKeys(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 869
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.synchronizeAutoStorageKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 870
            return
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public com.microsoft.rest.ServiceFuture<java.lang.Void> synchronizeAutoStorageKeysAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 882
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.synchronizeAutoStorageKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      serviceCallback    final

  public rx.Observable<java.lang.Void> synchronizeAutoStorageKeysAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 894
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.synchronizeAutoStorageKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$32.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> synchronizeAutoStorageKeysWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 911
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 912
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 914
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 915
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 918
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 921
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.synchronizeAutoStorageKeys:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 924
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$33.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 923
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  private com.microsoft.rest.ServiceResponse<java.lang.Void> synchronizeAutoStorageKeysDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 938
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 939
            sipush 204
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$34.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$34.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 940
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 941
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 938
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner regenerateKey(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.AccountKeyType);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;)Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.AccountKeyType keyName
         0: .line 956
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* keyName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.regenerateKeyWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner
            areturn
        end local 3 // com.microsoft.azure.management.batch.AccountKeyType keyName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3            keyName  Lcom/microsoft/azure/management/batch/AccountKeyType;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      keyName            

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner> regenerateKeyAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.AccountKeyType, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.AccountKeyType keyName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 970
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* keyName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.regenerateKeyWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.batch.AccountKeyType keyName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3            keyName  Lcom/microsoft/azure/management/batch/AccountKeyType;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      keyName            
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner> regenerateKeyAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.AccountKeyType);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.AccountKeyType keyName
         0: .line 983
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* keyName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.regenerateKeyWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$35.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.batch.AccountKeyType keyName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3            keyName  Lcom/microsoft/azure/management/batch/AccountKeyType;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      keyName            

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner>> regenerateKeyWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batch.AccountKeyType);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.batch.AccountKeyType keyName
         0: .line 1001
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1002
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1004
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1005
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1007
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1008
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1011
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1013
      StackMap locals:
      StackMap stack:
            aload 3 /* keyName */
            ifnonnull 10
         9: .line 1014
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter keyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1016
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters
            dup
            invokespecial com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters.<init>:()V
            astore 4 /* parameters */
        start local 4 // com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters parameters
        11: .line 1017
            aload 4 /* parameters */
            aload 3 /* keyName */
            invokevirtual com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters.withKeyName:(Lcom/microsoft/azure/management/batch/AccountKeyType;)Lcom/microsoft/azure/management/batch/BatchAccountRegenerateKeyParameters;
            pop
        12: .line 1018
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.regenerateKey:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/BatchAccountRegenerateKeyParameters;Ljava/lang/String;)Lrx/Observable;
        13: .line 1019
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$36.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1018
            areturn
        end local 4 // com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters parameters
        end local 3 // com.microsoft.azure.management.batch.AccountKeyType keyName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2        accountName  Ljava/lang/String;
            0   15     3            keyName  Lcom/microsoft/azure/management/batch/AccountKeyType;
           11   15     4         parameters  Lcom/microsoft/azure/management/batch/BatchAccountRegenerateKeyParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/AccountKeyType;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      keyName            

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner> regenerateKeyDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1033
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1034
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$37.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$37.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1035
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1036
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1033
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner getKeys(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1051
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.getKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner> getKeysAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1065
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.getKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner> getKeysAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1078
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.getKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$38.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner>> getKeysWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1096
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1097
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1099
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1100
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1103
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1106
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.getKeys:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1109
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$39.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1108
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner> getKeysDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1123
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1124
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$40.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$40.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1125
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1126
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1123
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchAccountKeysInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.BatchAccountInner> listNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1139
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 1140
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$41
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$41.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.BatchAccountInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
        start local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1159
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1160
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$42.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
         2: .line 1166
            aload 3 /* serviceCallback */
         3: .line 1158
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listNextAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1177
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1178
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$43.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1177
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>> listNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1194
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1195
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$44.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1194
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>> listNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1215
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1216
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter nextPageLink is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1218
      StackMap locals:
      StackMap stack:
            ldc "%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* nextPageLink */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* nextUrl */
        start local 2 // java.lang.String nextUrl
         3: .line 1219
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1220
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$45.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1219
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    6     1  nextPageLink  Ljava/lang/String;
            3    6     2       nextUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PageImpl<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1234
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1235
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$46.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$46.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1236
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1237
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1234
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/PageImpl<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.BatchAccountInner> listByResourceGroupNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1250
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 1251
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$47
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$47.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.BatchAccountInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
        start local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1270
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1271
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$48
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$48.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
         2: .line 1277
            aload 3 /* serviceCallback */
         3: .line 1269
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listByResourceGroupNextAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1288
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listByResourceGroupNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1289
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$49.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1288
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>> listByResourceGroupNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1305
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1306
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$50.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1305
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.BatchAccountInner>>> listByResourceGroupNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1326
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1327
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter nextPageLink is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1329
      StackMap locals:
      StackMap stack:
            ldc "%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* nextPageLink */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* nextUrl */
        start local 2 // java.lang.String nextUrl
         3: .line 1330
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.service:Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner$BatchAccountsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1331
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$51.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1330
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    6     1  nextPageLink  Ljava/lang/String;
            3    6     2       nextUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PageImpl<com.microsoft.azure.management.batch.implementation.BatchAccountInner>> listByResourceGroupNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1345
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.BatchAccountsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1346
            sipush 200
            new com.microsoft.azure.management.batch.implementation.BatchAccountsInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.BatchAccountsInner$52.<init>:(Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner$52.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1347
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1348
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1345
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.BatchAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/BatchAccountsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/PageImpl<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.lang.Object getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountsInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/batch/implementation/BatchAccountInner;>;
SourceFile: "BatchAccountsInner.java"
NestMembers:
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$1  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$10  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$11  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$12  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$13  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$14  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$15  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$16  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$17  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$18  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$19  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$2  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$20  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$21  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$22  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$23  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$24  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$25  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$26  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$27  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$28  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$29  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$3  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$30  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$31  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$32  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$33  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$34  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$35  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$36  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$37  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$38  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$39  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$4  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$40  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$41  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$42  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$43  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$44  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$45  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$46  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$47  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$48  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$49  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$5  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$50  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$51  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$52  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$6  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$7  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$8  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$9  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService
InnerClasses:
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$1
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$10
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$11
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$12
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$13
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$14
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$15
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$16
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$17
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$18
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$19
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$2
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$20
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$21
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$22
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$23
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$24
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$25
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$26
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$27
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$28
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$29
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$3
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$30
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$31
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$32
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$33
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$34
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$35
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$36
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$37
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$38
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$39
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$4
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$40
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$41
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$42
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$43
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$44
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$45
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$46
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$47
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$48
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$49
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$5
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$50
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$51
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$52
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$6
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$7
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$8
  com.microsoft.azure.management.batch.implementation.BatchAccountsInner$9
  abstract BatchAccountsService = com.microsoft.azure.management.batch.implementation.BatchAccountsInner$BatchAccountsService of com.microsoft.azure.management.batch.implementation.BatchAccountsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder