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

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

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

  public com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner checkNameAvailability(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String name
         0: .line 166
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.checkNameAvailabilityWithServiceResponseAsync:(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.storage.implementation.CheckNameAvailabilityResultInner
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 178
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.checkNameAvailabilityWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1             name  Ljava/lang/String;
            0    1     2  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;>;
    MethodParameters:
                 Name  Flags
      name             
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String name
         0: .line 189
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.checkNameAvailabilityWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$1.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;>;
    MethodParameters:
      Name  Flags
      name  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner>> checkNameAvailabilityWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String name
         0: .line 205
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 206
            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 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 209
            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 211
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ifnonnull 6
         5: .line 212
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 214
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.storage.StorageAccountCheckNameAvailabilityParameters
            dup
            invokespecial com.microsoft.azure.management.storage.StorageAccountCheckNameAvailabilityParameters.<init>:()V
            astore 2 /* accountName */
        start local 2 // com.microsoft.azure.management.storage.StorageAccountCheckNameAvailabilityParameters accountName
         7: .line 215
            aload 2 /* accountName */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.storage.StorageAccountCheckNameAvailabilityParameters.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/storage/StorageAccountCheckNameAvailabilityParameters;
            pop
         8: .line 216
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.checkNameAvailability:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCheckNameAvailabilityParameters;Ljava/lang/String;)Lrx/Observable;
         9: .line 217
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$2.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 216
            areturn
        end local 2 // com.microsoft.azure.management.storage.StorageAccountCheckNameAvailabilityParameters accountName
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   11     1         name  Ljava/lang/String;
            7   11     2  accountName  Lcom/microsoft/azure/management/storage/StorageAccountCheckNameAvailabilityParameters;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;>;>;
    MethodParameters:
      Name  Flags
      name  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner> checkNameAvailabilityDelegate(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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 231
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 232
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$3.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$3.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 233
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 234
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 231
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/CheckNameAvailabilityResultInner;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageAccountInner> createAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountCreateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageAccountInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountCreateParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 263
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;)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.storage.StorageAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> createWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountCreateParameters parameters
         0: .line 294
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 295
            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 297
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 298
            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 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 301
            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 303
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 304
            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 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 307
            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 309
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 310
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 311
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$5.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$5.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.storage.StorageAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        accountName  Ljava/lang/String;
            0   13     3         parameters  Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;
           12   13     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public com.microsoft.azure.management.storage.implementation.StorageAccountInner beginCreate(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountCreateParameters parameters
         0: .line 326
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;)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.storage.implementation.StorageAccountInner
            areturn
        end local 3 // com.microsoft.azure.management.storage.StorageAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageAccountInner> beginCreateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountCreateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageAccountInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountCreateParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 340
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;)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.storage.StorageAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> beginCreateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountCreateParameters parameters
         0: .line 371
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 372
            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 374
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 375
            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 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 378
            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 380
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 381
            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 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 384
            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 386
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 387
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.beginCreate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 388
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$7.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 387
            areturn
        end local 3 // com.microsoft.azure.management.storage.StorageAccountCreateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2        accountName  Ljava/lang/String;
            0   14     3         parameters  Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountCreateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountInner> beginCreateDelegate(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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 402
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 403
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$8.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$8.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 404
            sipush 202
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$9.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 405
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 406
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 402
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 419
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.deleteWithServiceResponseAsync:(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 420
            return
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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.storage.implementation.StorageAccountsInner 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 432
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.deleteWithServiceResponseAsync:(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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 444
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$10.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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>> deleteWithServiceResponseAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 461
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 462
            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 464
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 465
            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 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 468
            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 470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 471
            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 473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 474
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$11.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 473
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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> deleteDelegate(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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 488
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 489
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$12.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$12.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 490
            sipush 204
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$13.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$13.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 491
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 492
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 488
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.storage.implementation.StorageAccountInner getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 506
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.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.storage.implementation.StorageAccountInner
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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.storage.implementation.StorageAccountInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageAccountInner>);
    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.storage.implementation.StorageAccountsInner 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 519
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.storage.implementation.StorageAccountInner> 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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 531
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$14.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 548
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 549
            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 551
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 552
            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 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 555
            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 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 558
            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 560
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* expand */
        start local 3 // com.microsoft.azure.management.storage.StorageAccountExpand expand
         9: .line 561
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountExpand;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 562
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$15.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 561
            areturn
        end local 3 // com.microsoft.azure.management.storage.StorageAccountExpand expand
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2        accountName  Ljava/lang/String;
            9   12     3             expand  Lcom/microsoft/azure/management/storage/StorageAccountExpand;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public com.microsoft.azure.management.storage.implementation.StorageAccountInner getByResourceGroup(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountExpand);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountExpand;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountExpand expand
         0: .line 587
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountExpand;)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.storage.implementation.StorageAccountInner
            areturn
        end local 3 // com.microsoft.azure.management.storage.StorageAccountExpand expand
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3             expand  Lcom/microsoft/azure/management/storage/StorageAccountExpand;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      expand             

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageAccountInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountExpand, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageAccountInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountExpand;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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountExpand expand
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 601
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountExpand;)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.storage.StorageAccountExpand expand
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3             expand  Lcom/microsoft/azure/management/storage/StorageAccountExpand;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountExpand;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      expand             
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountExpand);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountExpand;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountExpand expand
         0: .line 632
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 633
            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 635
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 636
            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 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 639
            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 641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 642
            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 644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountExpand;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 645
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$17.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 644
            areturn
        end local 3 // com.microsoft.azure.management.storage.StorageAccountExpand expand
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        accountName  Ljava/lang/String;
            0   11     3             expand  Lcom/microsoft/azure/management/storage/StorageAccountExpand;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountExpand;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      expand             

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountInner> 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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 659
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 660
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$18.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$18.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 661
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 662
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 659
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.storage.implementation.StorageAccountInner update(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountUpdateParameters parameters
         0: .line 677
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;)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.storage.implementation.StorageAccountInner
            areturn
        end local 3 // com.microsoft.azure.management.storage.StorageAccountUpdateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageAccountInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountUpdateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageAccountInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountUpdateParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 691
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;)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.storage.StorageAccountUpdateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.StorageAccountUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.StorageAccountUpdateParameters parameters
         0: .line 722
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 723
            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 725
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 726
            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 728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 729
            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 731
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 732
            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 734
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 735
            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 737
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 738
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 739
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$20.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 738
            areturn
        end local 3 // com.microsoft.azure.management.storage.StorageAccountUpdateParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2        accountName  Ljava/lang/String;
            0   14     3         parameters  Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountUpdateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountInner> 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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 753
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 754
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$21.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$21.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 755
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 756
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 753
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.storage.implementation.StorageAccountInner> 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.storage.implementation.StorageAccountsInner this
         0: .line 768
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.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 769
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$22
            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.storage.implementation.StorageAccountsInner$22.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.storage.implementation.StorageAccountInner>);
    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.storage.implementation.StorageAccountsInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 786
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 787
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$23.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
         2: .line 793
            aload 1 /* serviceCallback */
         3: .line 785
            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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.storage.implementation.StorageAccountInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
         0: .line 839
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 840
            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 842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 843
            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 845
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 846
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$26.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 845
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.PageImpl1<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> 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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 860
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 861
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$27.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$27.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 862
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 863
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 860
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/PageImpl1<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.storage.implementation.StorageAccountInner> 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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 873
            new com.microsoft.azure.management.storage.implementation.PageImpl
            dup
            invokespecial com.microsoft.azure.management.storage.implementation.PageImpl.<init>:()V
            astore 2 /* page */
        start local 2 // com.microsoft.azure.management.storage.implementation.PageImpl page
         1: .line 874
            aload 2 /* page */
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listByResourceGroupWithServiceResponseAsync:(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 java.util.List
            invokevirtual com.microsoft.azure.management.storage.implementation.PageImpl.setItems:(Ljava/util/List;)Lcom/microsoft/azure/management/storage/implementation/PageImpl;
            pop
         2: .line 875
            aload 2 /* page */
            aconst_null
            invokevirtual com.microsoft.azure.management.storage.implementation.PageImpl.setNextPageLink:(Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/PageImpl;
            pop
         3: .line 876
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$28
            dup
            aload 0 /* this */
            aload 2 /* page */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$28.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.azure.management.storage.implementation.PageImpl page
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            1    4     2               page  Lcom/microsoft/azure/management/storage/implementation/PageImpl<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.rest.ServiceCallback<java.util.List<com.microsoft.azure.management.storage.implementation.StorageAccountInner>>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 892
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> 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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 902
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$29.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.storage.implementation.StorageAccountInner>>> listByResourceGroupWithServiceResponseAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 919
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 920
            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 922
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 923
            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 925
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 926
            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 928
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 929
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$30.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 928
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.PageImpl<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> 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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 948
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 949
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$31.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 950
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 951
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 948
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/PageImpl<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner listKeys(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 965
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listKeysWithServiceResponseAsync:(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.storage.implementation.StorageAccountListKeysResultInner
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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.storage.implementation.StorageAccountListKeysResultInner> listKeysAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner>);
    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.storage.implementation.StorageAccountsInner 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 978
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listKeysWithServiceResponseAsync:(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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountListKeysResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner> listKeysAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 990
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$32.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountListKeysResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner>> listKeysWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1007
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1008
            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 1010
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1011
            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 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1014
            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 1016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1017
            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 1019
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* expand */
        start local 3 // com.microsoft.azure.management.storage.ListKeyExpand expand
         9: .line 1020
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.listKeys:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ListKeyExpand;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 1021
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$33.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 1020
            areturn
        end local 3 // com.microsoft.azure.management.storage.ListKeyExpand expand
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2        accountName  Ljava/lang/String;
            9   12     3             expand  Lcom/microsoft/azure/management/storage/ListKeyExpand;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner listKeys(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ListKeyExpand);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ListKeyExpand;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.ListKeyExpand expand
         0: .line 1046
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ListKeyExpand;)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.storage.implementation.StorageAccountListKeysResultInner
            areturn
        end local 3 // com.microsoft.azure.management.storage.ListKeyExpand expand
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3             expand  Lcom/microsoft/azure/management/storage/ListKeyExpand;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      expand             

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner> listKeysAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ListKeyExpand, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ListKeyExpand;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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.ListKeyExpand expand
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1060
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ListKeyExpand;)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.storage.ListKeyExpand expand
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3             expand  Lcom/microsoft/azure/management/storage/ListKeyExpand;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ListKeyExpand;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      expand             
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner>> listKeysWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ListKeyExpand);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ListKeyExpand;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.ListKeyExpand expand
         0: .line 1091
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1092
            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 1094
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1095
            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 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1098
            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 1100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1101
            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 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.listKeys:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ListKeyExpand;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1104
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$35.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1103
            areturn
        end local 3 // com.microsoft.azure.management.storage.ListKeyExpand expand
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        accountName  Ljava/lang/String;
            0   11     3             expand  Lcom/microsoft/azure/management/storage/ListKeyExpand;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ListKeyExpand;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      expand             

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner> listKeysDelegate(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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1118
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 1119
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$36.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$36.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1120
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1121
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1118
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountListKeysResultInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner regenerateKey(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String keyName
         0: .line 1136
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* keyName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.regenerateKeyWithServiceResponseAsync:(Ljava/lang/String;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.storage.implementation.StorageAccountListKeysResultInner
            areturn
        end local 3 // java.lang.String keyName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3            keyName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      keyName            

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner> regenerateKeyAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String keyName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1150
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* keyName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.regenerateKeyWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)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 // java.lang.String keyName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3            keyName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      keyName            
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner>> regenerateKeyWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String keyName
         0: .line 1181
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1182
            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 1184
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1185
            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 1187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1188
            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 1190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1191
            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 1193
      StackMap locals:
      StackMap stack:
            aload 3 /* keyName */
            ifnonnull 10
         9: .line 1194
            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 1196
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.storage.StorageAccountRegenerateKeyParameters
            dup
            invokespecial com.microsoft.azure.management.storage.StorageAccountRegenerateKeyParameters.<init>:()V
            astore 4 /* regenerateKey */
        start local 4 // com.microsoft.azure.management.storage.StorageAccountRegenerateKeyParameters regenerateKey
        11: .line 1197
            aload 4 /* regenerateKey */
            aload 3 /* keyName */
            invokevirtual com.microsoft.azure.management.storage.StorageAccountRegenerateKeyParameters.withKeyName:(Ljava/lang/String;)Lcom/microsoft/azure/management/storage/StorageAccountRegenerateKeyParameters;
            pop
        12: .line 1198
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* regenerateKey */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.regenerateKey:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/StorageAccountRegenerateKeyParameters;Ljava/lang/String;)Lrx/Observable;
        13: .line 1199
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$38.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1198
            areturn
        end local 4 // com.microsoft.azure.management.storage.StorageAccountRegenerateKeyParameters regenerateKey
        end local 3 // java.lang.String keyName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2        accountName  Ljava/lang/String;
            0   15     3            keyName  Ljava/lang/String;
           11   15     4      regenerateKey  Lcom/microsoft/azure/management/storage/StorageAccountRegenerateKeyParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageAccountListKeysResultInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      keyName            

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageAccountListKeysResultInner> 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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1213
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 1214
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$39.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$39.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1215
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1216
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1213
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountListKeysResultInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.storage.implementation.ListAccountSasResponseInner listAccountSAS(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.AccountSasParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/AccountSasParameters;)Lcom/microsoft/azure/management/storage/implementation/ListAccountSasResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.AccountSasParameters parameters
         0: .line 1231
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listAccountSASWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/AccountSasParameters;)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.storage.implementation.ListAccountSasResponseInner
            areturn
        end local 3 // com.microsoft.azure.management.storage.AccountSasParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/AccountSasParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.ListAccountSasResponseInner> listAccountSASAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.AccountSasParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.ListAccountSasResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/AccountSasParameters;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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.AccountSasParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1245
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listAccountSASWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/AccountSasParameters;)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.storage.AccountSasParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/AccountSasParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/ListAccountSasResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/AccountSasParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/ListAccountSasResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/ListAccountSasResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.ListAccountSasResponseInner>> listAccountSASWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.AccountSasParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/AccountSasParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.AccountSasParameters parameters
         0: .line 1276
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1277
            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 1279
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1280
            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 1282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1283
            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 1285
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 1286
            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 1288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1289
            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 1291
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 1292
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.listAccountSAS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/AccountSasParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1293
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$41.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1292
            areturn
        end local 3 // com.microsoft.azure.management.storage.AccountSasParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2        accountName  Ljava/lang/String;
            0   14     3         parameters  Lcom/microsoft/azure/management/storage/AccountSasParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/AccountSasParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/ListAccountSasResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.ListAccountSasResponseInner> listAccountSASDelegate(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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1307
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 1308
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$42.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$42.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1309
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1310
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1307
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/ListAccountSasResponseInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.storage.implementation.ListServiceSasResponseInner listServiceSAS(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ServiceSasParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Lcom/microsoft/azure/management/storage/implementation/ListServiceSasResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.ServiceSasParameters parameters
         0: .line 1325
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listServiceSASWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)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.storage.implementation.ListServiceSasResponseInner
            areturn
        end local 3 // com.microsoft.azure.management.storage.ServiceSasParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/ServiceSasParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.ListServiceSasResponseInner> listServiceSASAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ServiceSasParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.ListServiceSasResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.ServiceSasParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1339
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listServiceSASWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)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.storage.ServiceSasParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/ServiceSasParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/ListServiceSasResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/ListServiceSasResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/ListServiceSasResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.ListServiceSasResponseInner>> listServiceSASWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ServiceSasParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.ServiceSasParameters parameters
         0: .line 1370
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1371
            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 1373
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1374
            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 1376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1377
            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 1379
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 1380
            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 1382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1383
            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 1385
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 1386
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.listServiceSAS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1387
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$44.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1386
            areturn
        end local 3 // com.microsoft.azure.management.storage.ServiceSasParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2        accountName  Ljava/lang/String;
            0   14     3         parameters  Lcom/microsoft/azure/management/storage/ServiceSasParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/ListServiceSasResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.ListServiceSasResponseInner> listServiceSASDelegate(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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1401
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 1402
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$45.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$45.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1403
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1404
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1401
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/ListServiceSasResponseInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void failover(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1417
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.failoverWithServiceResponseAsync:(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.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 1418
            return
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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> failoverAsync(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.storage.implementation.StorageAccountsInner 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 1430
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.failoverWithServiceResponseAsync:(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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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> failoverAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1442
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.failoverWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$46.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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>> failoverWithServiceResponseAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1459
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1460
            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 1462
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1463
            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 1465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1466
            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 1468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1469
            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 1471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.failover:(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 1472
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$47.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$47.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public void beginFailover(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1485
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.beginFailoverWithServiceResponseAsync:(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 1486
            return
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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> beginFailoverAsync(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.storage.implementation.StorageAccountsInner 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 1498
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.beginFailoverWithServiceResponseAsync:(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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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> beginFailoverAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1510
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.beginFailoverWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$48
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$48.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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>> beginFailoverWithServiceResponseAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1527
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1528
            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 1530
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1531
            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 1533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1534
            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 1536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1537
            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 1539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.beginFailover:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1540
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$49.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1539
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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> beginFailoverDelegate(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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1554
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 1555
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$50.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$50.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1556
            sipush 202
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$51.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$51.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1557
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1558
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1554
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner restoreBlobRanges(java.lang.String, java.lang.String, org.joda.time.DateTime, java.util.List<com.microsoft.azure.management.storage.BlobRestoreRange>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // org.joda.time.DateTime timeToRestore
        start local 4 // java.util.List blobRanges
         0: .line 1574
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* timeToRestore */
            aload 4 /* blobRanges */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.restoreBlobRangesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner
            areturn
        end local 4 // java.util.List blobRanges
        end local 3 // org.joda.time.DateTime timeToRestore
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3      timeToRestore  Lorg/joda/time/DateTime;
            0    1     4         blobRanges  Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;)Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      timeToRestore      
      blobRanges         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner> restoreBlobRangesAsync(java.lang.String, java.lang.String, org.joda.time.DateTime, java.util.List<com.microsoft.azure.management.storage.BlobRestoreRange>, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // org.joda.time.DateTime timeToRestore
        start local 4 // java.util.List blobRanges
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1589
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* timeToRestore */
            aload 4 /* blobRanges */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.restoreBlobRangesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.util.List blobRanges
        end local 3 // org.joda.time.DateTime timeToRestore
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3      timeToRestore  Lorg/joda/time/DateTime;
            0    1     4         blobRanges  Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      timeToRestore      
      blobRanges         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner> restoreBlobRangesAsync(java.lang.String, java.lang.String, org.joda.time.DateTime, java.util.List<com.microsoft.azure.management.storage.BlobRestoreRange>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // org.joda.time.DateTime timeToRestore
        start local 4 // java.util.List blobRanges
         0: .line 1603
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* timeToRestore */
            aload 4 /* blobRanges */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.restoreBlobRangesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$52.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.util.List blobRanges
        end local 3 // org.joda.time.DateTime timeToRestore
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3      timeToRestore  Lorg/joda/time/DateTime;
            0    1     4         blobRanges  Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;)Lrx/Observable<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      timeToRestore      
      blobRanges         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner>> restoreBlobRangesWithServiceResponseAsync(java.lang.String, java.lang.String, org.joda.time.DateTime, java.util.List<com.microsoft.azure.management.storage.BlobRestoreRange>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // org.joda.time.DateTime timeToRestore
        start local 4 // java.util.List blobRanges
         0: .line 1622
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1623
            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 1625
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1626
            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 1628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1629
            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 1631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1632
            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 1634
      StackMap locals:
      StackMap stack:
            aload 3 /* timeToRestore */
            ifnonnull 10
         9: .line 1635
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter timeToRestore is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1637
      StackMap locals:
      StackMap stack:
            aload 4 /* blobRanges */
            ifnonnull 12
        11: .line 1638
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter blobRanges is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1640
      StackMap locals:
      StackMap stack:
            aload 4 /* blobRanges */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 1641
            new com.microsoft.azure.management.storage.BlobRestoreParameters
            dup
            invokespecial com.microsoft.azure.management.storage.BlobRestoreParameters.<init>:()V
            astore 5 /* parameters */
        start local 5 // com.microsoft.azure.management.storage.BlobRestoreParameters parameters
        14: .line 1642
            aload 5 /* parameters */
            aload 3 /* timeToRestore */
            invokevirtual com.microsoft.azure.management.storage.BlobRestoreParameters.withTimeToRestore:(Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/storage/BlobRestoreParameters;
            pop
        15: .line 1643
            aload 5 /* parameters */
            aload 4 /* blobRanges */
            invokevirtual com.microsoft.azure.management.storage.BlobRestoreParameters.withBlobRanges:(Ljava/util/List;)Lcom/microsoft/azure/management/storage/BlobRestoreParameters;
            pop
        16: .line 1644
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 5 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.restoreBlobRanges:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/BlobRestoreParameters;Ljava/lang/String;)Lrx/Observable;
            astore 6 /* observable */
        start local 6 // rx.Observable observable
        17: .line 1645
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 6 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$53.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$53.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 6 // rx.Observable observable
        end local 5 // com.microsoft.azure.management.storage.BlobRestoreParameters parameters
        end local 4 // java.util.List blobRanges
        end local 3 // org.joda.time.DateTime timeToRestore
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   18     1  resourceGroupName  Ljava/lang/String;
            0   18     2        accountName  Ljava/lang/String;
            0   18     3      timeToRestore  Lorg/joda/time/DateTime;
            0   18     4         blobRanges  Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;
           14   18     5         parameters  Lcom/microsoft/azure/management/storage/BlobRestoreParameters;
           17   18     6         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      timeToRestore      
      blobRanges         

  public com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner beginRestoreBlobRanges(java.lang.String, java.lang.String, org.joda.time.DateTime, java.util.List<com.microsoft.azure.management.storage.BlobRestoreRange>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // org.joda.time.DateTime timeToRestore
        start local 4 // java.util.List blobRanges
         0: .line 1661
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* timeToRestore */
            aload 4 /* blobRanges */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.beginRestoreBlobRangesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)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.storage.implementation.BlobRestoreStatusInner
            areturn
        end local 4 // java.util.List blobRanges
        end local 3 // org.joda.time.DateTime timeToRestore
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3      timeToRestore  Lorg/joda/time/DateTime;
            0    1     4         blobRanges  Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;)Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      timeToRestore      
      blobRanges         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner> beginRestoreBlobRangesAsync(java.lang.String, java.lang.String, org.joda.time.DateTime, java.util.List<com.microsoft.azure.management.storage.BlobRestoreRange>, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // org.joda.time.DateTime timeToRestore
        start local 4 // java.util.List blobRanges
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1676
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* timeToRestore */
            aload 4 /* blobRanges */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.beginRestoreBlobRangesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.util.List blobRanges
        end local 3 // org.joda.time.DateTime timeToRestore
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3      timeToRestore  Lorg/joda/time/DateTime;
            0    1     4         blobRanges  Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      timeToRestore      
      blobRanges         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner> beginRestoreBlobRangesAsync(java.lang.String, java.lang.String, org.joda.time.DateTime, java.util.List<com.microsoft.azure.management.storage.BlobRestoreRange>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // org.joda.time.DateTime timeToRestore
        start local 4 // java.util.List blobRanges
         0: .line 1690
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* timeToRestore */
            aload 4 /* blobRanges */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.beginRestoreBlobRangesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$54
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$54.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.util.List blobRanges
        end local 3 // org.joda.time.DateTime timeToRestore
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3      timeToRestore  Lorg/joda/time/DateTime;
            0    1     4         blobRanges  Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;)Lrx/Observable<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      timeToRestore      
      blobRanges         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner>> beginRestoreBlobRangesWithServiceResponseAsync(java.lang.String, java.lang.String, org.joda.time.DateTime, java.util.List<com.microsoft.azure.management.storage.BlobRestoreRange>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // org.joda.time.DateTime timeToRestore
        start local 4 // java.util.List blobRanges
         0: .line 1709
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1710
            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 1712
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1713
            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 1715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1716
            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 1718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1719
            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 1721
      StackMap locals:
      StackMap stack:
            aload 3 /* timeToRestore */
            ifnonnull 10
         9: .line 1722
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter timeToRestore is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1724
      StackMap locals:
      StackMap stack:
            aload 4 /* blobRanges */
            ifnonnull 12
        11: .line 1725
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter blobRanges is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1727
      StackMap locals:
      StackMap stack:
            aload 4 /* blobRanges */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 1728
            new com.microsoft.azure.management.storage.BlobRestoreParameters
            dup
            invokespecial com.microsoft.azure.management.storage.BlobRestoreParameters.<init>:()V
            astore 5 /* parameters */
        start local 5 // com.microsoft.azure.management.storage.BlobRestoreParameters parameters
        14: .line 1729
            aload 5 /* parameters */
            aload 3 /* timeToRestore */
            invokevirtual com.microsoft.azure.management.storage.BlobRestoreParameters.withTimeToRestore:(Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/storage/BlobRestoreParameters;
            pop
        15: .line 1730
            aload 5 /* parameters */
            aload 4 /* blobRanges */
            invokevirtual com.microsoft.azure.management.storage.BlobRestoreParameters.withBlobRanges:(Ljava/util/List;)Lcom/microsoft/azure/management/storage/BlobRestoreParameters;
            pop
        16: .line 1731
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 5 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.beginRestoreBlobRanges:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/BlobRestoreParameters;Ljava/lang/String;)Lrx/Observable;
        17: .line 1732
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$55.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        18: .line 1731
            areturn
        end local 5 // com.microsoft.azure.management.storage.BlobRestoreParameters parameters
        end local 4 // java.util.List blobRanges
        end local 3 // org.joda.time.DateTime timeToRestore
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   19     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0   19     1  resourceGroupName  Ljava/lang/String;
            0   19     2        accountName  Ljava/lang/String;
            0   19     3      timeToRestore  Lorg/joda/time/DateTime;
            0   19     4         blobRanges  Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;
           14   19     5         parameters  Lcom/microsoft/azure/management/storage/BlobRestoreParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobRestoreRange;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      timeToRestore      
      blobRanges         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.BlobRestoreStatusInner> beginRestoreBlobRangesDelegate(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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1746
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 1747
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$56
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$56.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$56.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1748
            sipush 202
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$57
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$57.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$57.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1749
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1750
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1746
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/BlobRestoreStatusInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void revokeUserDelegationKeys(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1763
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.revokeUserDelegationKeysWithServiceResponseAsync:(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 1764
            return
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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> revokeUserDelegationKeysAsync(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.storage.implementation.StorageAccountsInner 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 1776
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.revokeUserDelegationKeysWithServiceResponseAsync:(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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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> revokeUserDelegationKeysAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1788
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.revokeUserDelegationKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$58.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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>> revokeUserDelegationKeysWithServiceResponseAsync(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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 1805
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1806
            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 1808
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 1809
            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 1811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1812
            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 1814
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1815
            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 1817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.revokeUserDelegationKeys:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1818
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$59
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$59.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1817
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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> revokeUserDelegationKeysDelegate(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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1832
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 1833
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$60
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$60.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$60.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1834
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1835
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1832
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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.PagedList<com.microsoft.azure.management.storage.implementation.StorageAccountInner> 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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1848
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.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 1849
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$61
            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.storage.implementation.StorageAccountsInner$61.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.storage.implementation.StorageAccountInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.storage.implementation.StorageAccountInner>);
    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.storage.implementation.StorageAccountsInner 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 1868
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1869
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$62
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$62.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
         2: .line 1875
            aload 3 /* serviceCallback */
         3: .line 1867
            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.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> 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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1886
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1887
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$63.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1886
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.storage.implementation.StorageAccountInner>>> 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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1903
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1904
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$64.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1903
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.storage.implementation.StorageAccountInner>>> 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.storage.implementation.StorageAccountsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1924
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1925
            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 1927
      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 1928
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.service:Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner$StorageAccountsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1929
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$65
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$65.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1928
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/StorageAccountInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.PageImpl1<com.microsoft.azure.management.storage.implementation.StorageAccountInner>> 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.storage.implementation.StorageAccountsInner this
        start local 1 // retrofit2.Response response
         0: .line 1943
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.StorageAccountsInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 1944
            sipush 200
            new com.microsoft.azure.management.storage.implementation.StorageAccountsInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsInner$66.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner$66.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1945
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1946
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1943
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            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/storage/implementation/PageImpl1<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;>;
    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.storage.implementation.StorageAccountsInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;>;
SourceFile: "StorageAccountsInner.java"
NestMembers:
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$1  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$10  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$11  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$12  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$13  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$14  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$15  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$16  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$17  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$18  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$19  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$2  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$20  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$21  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$22  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$23  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$24  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$25  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$26  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$27  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$28  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$29  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$3  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$30  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$31  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$32  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$33  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$34  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$35  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$36  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$37  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$38  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$39  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$4  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$40  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$41  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$42  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$43  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$44  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$45  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$46  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$47  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$48  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$49  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$5  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$50  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$51  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$52  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$53  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$54  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$55  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$56  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$57  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$58  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$59  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$6  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$60  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$61  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$62  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$63  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$64  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$65  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$66  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$7  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$8  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$9  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService
InnerClasses:
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$1
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$10
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$11
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$12
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$13
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$14
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$15
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$16
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$17
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$18
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$19
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$2
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$20
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$21
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$22
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$23
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$24
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$25
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$26
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$27
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$28
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$29
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$3
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$30
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$31
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$32
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$33
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$34
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$35
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$36
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$37
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$38
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$39
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$4
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$40
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$41
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$42
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$43
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$44
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$45
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$46
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$47
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$48
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$49
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$5
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$50
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$51
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$52
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$53
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$54
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$55
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$56
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$57
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$58
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$59
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$6
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$60
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$61
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$62
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$63
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$64
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$65
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$66
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$7
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$8
  com.microsoft.azure.management.storage.implementation.StorageAccountsInner$9
  abstract StorageAccountsService = com.microsoft.azure.management.storage.implementation.StorageAccountsInner$StorageAccountsService of com.microsoft.azure.management.storage.implementation.StorageAccountsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder