public class com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService service;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
    flags: (0x0002) ACC_PRIVATE

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

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

  public com.microsoft.azure.management.resources.implementation.DeploymentOperationInner getAtScope(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
         0: .line 134
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtScopeWithServiceResponseAsync:(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.resources.implementation.DeploymentOperationInner
            areturn
        end local 3 // java.lang.String operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1           scope  Ljava/lang/String;
            0    1     2  deploymentName  Ljava/lang/String;
            0    1     3     operationId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      scope           
      deploymentName  
      operationId     

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAtScopeAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 148
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtScopeWithServiceResponseAsync:(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 operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1            scope  Ljava/lang/String;
            0    1     2   deploymentName  Ljava/lang/String;
            0    1     3      operationId  Ljava/lang/String;
            0    1     4  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                 Name  Flags
      scope            
      deploymentName   
      operationId      
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAtScopeAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
         0: .line 161
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$1.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1           scope  Ljava/lang/String;
            0    1     2  deploymentName  Ljava/lang/String;
            0    1     3     operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      scope           
      deploymentName  
      operationId     

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> getAtScopeWithServiceResponseAsync(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=7, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
         0: .line 179
            aload 1 /* scope */
            ifnonnull 2
         1: .line 180
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter scope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 2 /* deploymentName */
            ifnonnull 4
         3: .line 183
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 185
      StackMap locals:
      StackMap stack:
            aload 3 /* operationId */
            ifnonnull 6
         5: .line 186
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter operationId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 189
            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 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.getAtScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 192
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$2.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 191
            areturn
        end local 3 // java.lang.String operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0   11     1           scope  Ljava/lang/String;
            0   11     2  deploymentName  Ljava/lang/String;
            0   11     3     operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      scope           
      deploymentName  
      operationId     

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtScope(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
         0: .line 223
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeSinglePageAsync:(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
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 224
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$4
            dup
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$4.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1           scope  Ljava/lang/String;
            0    2     2  deploymentName  Ljava/lang/String;
            1    2     3        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      scope           final
      deploymentName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtScopeAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 243
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 244
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$5.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 250
            aload 3 /* serviceCallback */
         3: .line 242
            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 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1            scope  Ljava/lang/String;
            0    4     2   deploymentName  Ljava/lang/String;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      scope            final
      deploymentName   final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtScopeAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
         0: .line 262
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 263
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$6.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 262
            areturn
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1           scope  Ljava/lang/String;
            0    3     2  deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      scope           final
      deploymentName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtScopeWithServiceResponseAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
         0: .line 280
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 281
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$7.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 280
            areturn
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1           scope  Ljava/lang/String;
            0    3     2  deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      scope           final
      deploymentName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtScopeSinglePageAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
         0: .line 302
            aload 1 /* scope */
            ifnonnull 2
         1: .line 303
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter scope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 305
      StackMap locals:
      StackMap stack:
            aload 2 /* deploymentName */
            ifnonnull 4
         3: .line 306
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 309
            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 311
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* top */
        start local 3 // java.lang.Integer top
         7: .line 312
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         8: .line 313
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$8.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 312
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0   10     1           scope  Ljava/lang/String;
            0   10     2  deploymentName  Ljava/lang/String;
            7   10     3             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      scope           final
      deploymentName  final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtScope(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
         0: .line 338
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 339
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$9
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$9.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1           scope  Ljava/lang/String;
            0    2     2  deploymentName  Ljava/lang/String;
            0    2     3             top  Ljava/lang/Integer;
            1    2     4        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      scope           final
      deploymentName  final
      top             final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtScopeAsync(java.lang.String, java.lang.String, java.lang.Integer, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 359
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 360
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$10.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 366
            aload 4 /* serviceCallback */
         3: .line 358
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1            scope  Ljava/lang/String;
            0    4     2   deploymentName  Ljava/lang/String;
            0    4     3              top  Ljava/lang/Integer;
            0    4     4  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      scope            final
      deploymentName   final
      top              final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtScopeAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
         0: .line 379
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 380
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$11.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 379
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1           scope  Ljava/lang/String;
            0    3     2  deploymentName  Ljava/lang/String;
            0    3     3             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      scope           final
      deploymentName  final
      top             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtScopeWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
         0: .line 398
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 399
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$12.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 398
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1           scope  Ljava/lang/String;
            0    3     2  deploymentName  Ljava/lang/String;
            0    3     3             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      scope           final
      deploymentName  final
      top             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtScopeSinglePageAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
         0: .line 421
            aload 1 /* scope */
            ifnonnull 2
         1: .line 422
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter scope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 424
      StackMap locals:
      StackMap stack:
            aload 2 /* deploymentName */
            ifnonnull 4
         3: .line 425
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 428
            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 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* scope */
            aload 2 /* deploymentName */
            aload 3 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 431
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$13.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 430
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    9     1           scope  Ljava/lang/String;
            0    9     2  deploymentName  Ljava/lang/String;
            0    9     3             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      scope           final
      deploymentName  final
      top             final

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

  public com.microsoft.azure.management.resources.implementation.DeploymentOperationInner getAtTenantScope(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.String operationId
         0: .line 462
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtTenantScopeWithServiceResponseAsync:(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.resources.implementation.DeploymentOperationInner
            areturn
        end local 2 // java.lang.String operationId
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1  deploymentName  Ljava/lang/String;
            0    1     2     operationId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      deploymentName  
      operationId     

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAtTenantScopeAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.String operationId
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 475
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtTenantScopeWithServiceResponseAsync:(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 operationId
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1   deploymentName  Ljava/lang/String;
            0    1     2      operationId  Ljava/lang/String;
            0    1     3  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                 Name  Flags
      deploymentName   
      operationId      
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAtTenantScopeAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.String operationId
         0: .line 487
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtTenantScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$15.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String operationId
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1  deploymentName  Ljava/lang/String;
            0    1     2     operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      deploymentName  
      operationId     

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> getAtTenantScopeWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.String operationId
         0: .line 504
            aload 1 /* deploymentName */
            ifnonnull 2
         1: .line 505
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 507
      StackMap locals:
      StackMap stack:
            aload 2 /* operationId */
            ifnonnull 4
         3: .line 508
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter operationId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 511
            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 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* deploymentName */
            aload 2 /* operationId */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.getAtTenantScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 514
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$16.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 513
            areturn
        end local 2 // java.lang.String operationId
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    9     1  deploymentName  Ljava/lang/String;
            0    9     2     operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  
      operationId     

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAtTenantScopeDelegate(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // retrofit2.Response response
         0: .line 528
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.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.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.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 529
            sipush 200
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$17.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$17.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 530
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 531
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 528
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            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/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtTenantScope(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
         0: .line 544
            aload 0 /* this */
            aload 1 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeSinglePageAsync:(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 545
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$18
            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.resources.implementation.DeploymentOperationsInner$18.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  deploymentName  Ljava/lang/String;
            1    2     2        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      deploymentName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtTenantScopeAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 563
            aload 0 /* this */
            aload 1 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 564
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$19.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 570
            aload 2 /* serviceCallback */
         3: .line 562
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1   deploymentName  Ljava/lang/String;
            0    4     2  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      deploymentName   final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtTenantScopeAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
         0: .line 581
            aload 0 /* this */
            aload 1 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 582
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$20.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 581
            areturn
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtTenantScopeWithServiceResponseAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
         0: .line 598
            aload 0 /* this */
            aload 1 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 599
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$21.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 598
            areturn
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtTenantScopeSinglePageAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
         0: .line 619
            aload 1 /* deploymentName */
            ifnonnull 2
         1: .line 620
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 623
            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 625
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* top */
        start local 2 // java.lang.Integer top
         5: .line 626
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* deploymentName */
            aload 2 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtTenantScope:(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         6: .line 627
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$22.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         7: .line 626
            areturn
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    8     1  deploymentName  Ljava/lang/String;
            5    8     2             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtTenantScope(java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
         0: .line 651
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 652
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$23
            dup
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$23.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  deploymentName  Ljava/lang/String;
            0    2     2             top  Ljava/lang/Integer;
            1    2     3        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      deploymentName  final
      top             final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtTenantScopeAsync(java.lang.String, java.lang.Integer, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 671
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 672
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$24.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 678
            aload 3 /* serviceCallback */
         3: .line 670
            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 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1   deploymentName  Ljava/lang/String;
            0    4     2              top  Ljava/lang/Integer;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      deploymentName   final
      top              final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtTenantScopeAsync(java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
         0: .line 690
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 691
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$25.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 690
            areturn
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  deploymentName  Ljava/lang/String;
            0    3     2             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final
      top             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtTenantScopeWithServiceResponseAsync(java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
         0: .line 708
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 709
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$26.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 708
            areturn
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  deploymentName  Ljava/lang/String;
            0    3     2             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final
      top             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtTenantScopeSinglePageAsync(java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
         0: .line 730
            aload 1 /* deploymentName */
            ifnonnull 2
         1: .line 731
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 733
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 734
            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 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* deploymentName */
            aload 2 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtTenantScope:(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 737
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$27.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 736
            areturn
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    7     1  deploymentName  Ljava/lang/String;
            0    7     2             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final
      top             final

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

  public com.microsoft.azure.management.resources.implementation.DeploymentOperationInner getAtManagementGroupScope(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
         0: .line 769
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtManagementGroupScopeWithServiceResponseAsync:(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.resources.implementation.DeploymentOperationInner
            areturn
        end local 3 // java.lang.String operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1         groupId  Ljava/lang/String;
            0    1     2  deploymentName  Ljava/lang/String;
            0    1     3     operationId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      groupId         
      deploymentName  
      operationId     

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAtManagementGroupScopeAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 783
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtManagementGroupScopeWithServiceResponseAsync:(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 operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1          groupId  Ljava/lang/String;
            0    1     2   deploymentName  Ljava/lang/String;
            0    1     3      operationId  Ljava/lang/String;
            0    1     4  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                 Name  Flags
      groupId          
      deploymentName   
      operationId      
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAtManagementGroupScopeAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
         0: .line 796
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtManagementGroupScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$29.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1         groupId  Ljava/lang/String;
            0    1     2  deploymentName  Ljava/lang/String;
            0    1     3     operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      groupId         
      deploymentName  
      operationId     

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> getAtManagementGroupScopeWithServiceResponseAsync(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=7, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
         0: .line 814
            aload 1 /* groupId */
            ifnonnull 2
         1: .line 815
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter groupId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 817
      StackMap locals:
      StackMap stack:
            aload 2 /* deploymentName */
            ifnonnull 4
         3: .line 818
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 820
      StackMap locals:
      StackMap stack:
            aload 3 /* operationId */
            ifnonnull 6
         5: .line 821
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter operationId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 824
            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 826
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.getAtManagementGroupScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 827
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$30.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 826
            areturn
        end local 3 // java.lang.String operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0   11     1         groupId  Ljava/lang/String;
            0   11     2  deploymentName  Ljava/lang/String;
            0   11     3     operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      groupId         
      deploymentName  
      operationId     

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtManagementGroupScope(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
         0: .line 858
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeSinglePageAsync:(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
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 859
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$32
            dup
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$32.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1         groupId  Ljava/lang/String;
            0    2     2  deploymentName  Ljava/lang/String;
            1    2     3        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      groupId         final
      deploymentName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtManagementGroupScopeAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 878
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 879
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$33.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 885
            aload 3 /* serviceCallback */
         3: .line 877
            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 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1          groupId  Ljava/lang/String;
            0    4     2   deploymentName  Ljava/lang/String;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      groupId          final
      deploymentName   final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtManagementGroupScopeAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
         0: .line 897
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 898
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$34.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 897
            areturn
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1         groupId  Ljava/lang/String;
            0    3     2  deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      groupId         final
      deploymentName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtManagementGroupScopeWithServiceResponseAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
         0: .line 915
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 916
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$35.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 915
            areturn
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1         groupId  Ljava/lang/String;
            0    3     2  deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      groupId         final
      deploymentName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtManagementGroupScopeSinglePageAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
         0: .line 937
            aload 1 /* groupId */
            ifnonnull 2
         1: .line 938
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter groupId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 940
      StackMap locals:
      StackMap stack:
            aload 2 /* deploymentName */
            ifnonnull 4
         3: .line 941
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 944
            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 946
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* top */
        start local 3 // java.lang.Integer top
         7: .line 947
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtManagementGroupScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         8: .line 948
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$36.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 947
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0   10     1         groupId  Ljava/lang/String;
            0   10     2  deploymentName  Ljava/lang/String;
            7   10     3             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      groupId         final
      deploymentName  final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtManagementGroupScope(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
         0: .line 973
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 974
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$37
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$37.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1         groupId  Ljava/lang/String;
            0    2     2  deploymentName  Ljava/lang/String;
            0    2     3             top  Ljava/lang/Integer;
            1    2     4        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      groupId         final
      deploymentName  final
      top             final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtManagementGroupScopeAsync(java.lang.String, java.lang.String, java.lang.Integer, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 994
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 995
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$38.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 1001
            aload 4 /* serviceCallback */
         3: .line 993
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1          groupId  Ljava/lang/String;
            0    4     2   deploymentName  Ljava/lang/String;
            0    4     3              top  Ljava/lang/Integer;
            0    4     4  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      groupId          final
      deploymentName   final
      top              final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtManagementGroupScopeAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
         0: .line 1014
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 1015
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$39.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1014
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1         groupId  Ljava/lang/String;
            0    3     2  deploymentName  Ljava/lang/String;
            0    3     3             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      groupId         final
      deploymentName  final
      top             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtManagementGroupScopeWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
         0: .line 1033
            aload 0 /* this */
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 1034
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$40.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1033
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1         groupId  Ljava/lang/String;
            0    3     2  deploymentName  Ljava/lang/String;
            0    3     3             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      groupId         final
      deploymentName  final
      top             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtManagementGroupScopeSinglePageAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String groupId
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
         0: .line 1056
            aload 1 /* groupId */
            ifnonnull 2
         1: .line 1057
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter groupId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1059
      StackMap locals:
      StackMap stack:
            aload 2 /* deploymentName */
            ifnonnull 4
         3: .line 1060
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1062
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1063
            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 1065
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* groupId */
            aload 2 /* deploymentName */
            aload 3 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtManagementGroupScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1066
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$41.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1065
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    9     1         groupId  Ljava/lang/String;
            0    9     2  deploymentName  Ljava/lang/String;
            0    9     3             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      groupId         final
      deploymentName  final
      top             final

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

  public com.microsoft.azure.management.resources.implementation.DeploymentOperationInner getAtSubscriptionScope(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.String operationId
         0: .line 1097
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtSubscriptionScopeWithServiceResponseAsync:(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.resources.implementation.DeploymentOperationInner
            areturn
        end local 2 // java.lang.String operationId
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1  deploymentName  Ljava/lang/String;
            0    1     2     operationId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      deploymentName  
      operationId     

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAtSubscriptionScopeAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.String operationId
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1110
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtSubscriptionScopeWithServiceResponseAsync:(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 operationId
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1   deploymentName  Ljava/lang/String;
            0    1     2      operationId  Ljava/lang/String;
            0    1     3  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                 Name  Flags
      deploymentName   
      operationId      
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAtSubscriptionScopeAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.String operationId
         0: .line 1122
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAtSubscriptionScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$43.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String operationId
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1  deploymentName  Ljava/lang/String;
            0    1     2     operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      deploymentName  
      operationId     

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> getAtSubscriptionScopeWithServiceResponseAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.String operationId
         0: .line 1139
            aload 1 /* deploymentName */
            ifnonnull 2
         1: .line 1140
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1142
      StackMap locals:
      StackMap stack:
            aload 2 /* operationId */
            ifnonnull 4
         3: .line 1143
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter operationId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1146
            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 1148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1149
            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 1151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* deploymentName */
            aload 2 /* operationId */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.getAtSubscriptionScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1152
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$44.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1151
            areturn
        end local 2 // java.lang.String operationId
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0   11     1  deploymentName  Ljava/lang/String;
            0   11     2     operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  
      operationId     

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtSubscriptionScope(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
         0: .line 1182
            aload 0 /* this */
            aload 1 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeSinglePageAsync:(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 1183
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$46
            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.resources.implementation.DeploymentOperationsInner$46.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  deploymentName  Ljava/lang/String;
            1    2     2        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      deploymentName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtSubscriptionScopeAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1201
            aload 0 /* this */
            aload 1 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1202
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$47.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 1208
            aload 2 /* serviceCallback */
         3: .line 1200
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1   deploymentName  Ljava/lang/String;
            0    4     2  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      deploymentName   final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtSubscriptionScopeAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
         0: .line 1219
            aload 0 /* this */
            aload 1 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1220
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$48
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$48.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1219
            areturn
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtSubscriptionScopeWithServiceResponseAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
         0: .line 1236
            aload 0 /* this */
            aload 1 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1237
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$49.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1236
            areturn
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtSubscriptionScopeSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
         0: .line 1257
            aload 1 /* deploymentName */
            ifnonnull 2
         1: .line 1258
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 1261
            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 1263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1264
            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 1266
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* top */
        start local 2 // java.lang.Integer top
         7: .line 1267
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* deploymentName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 2 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtSubscriptionScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         8: .line 1268
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$50.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 1267
            areturn
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0   10     1  deploymentName  Ljava/lang/String;
            7   10     2             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtSubscriptionScope(java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
         0: .line 1292
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 1293
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$51
            dup
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$51.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  deploymentName  Ljava/lang/String;
            0    2     2             top  Ljava/lang/Integer;
            1    2     3        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                Name  Flags
      deploymentName  final
      top             final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtSubscriptionScopeAsync(java.lang.String, java.lang.Integer, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1312
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 1313
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$52.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 1319
            aload 3 /* serviceCallback */
         3: .line 1311
            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 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1   deploymentName  Ljava/lang/String;
            0    4     2              top  Ljava/lang/Integer;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      deploymentName   final
      top              final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtSubscriptionScopeAsync(java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
         0: .line 1331
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 1332
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$53.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1331
            areturn
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  deploymentName  Ljava/lang/String;
            0    3     2             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final
      top             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtSubscriptionScopeWithServiceResponseAsync(java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
         0: .line 1349
            aload 0 /* this */
            aload 1 /* deploymentName */
            aload 2 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeSinglePageAsync:(Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 1350
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$54
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$54.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1349
            areturn
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  deploymentName  Ljava/lang/String;
            0    3     2             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final
      top             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtSubscriptionScopeSinglePageAsync(java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String deploymentName
        start local 2 // java.lang.Integer top
         0: .line 1371
            aload 1 /* deploymentName */
            ifnonnull 2
         1: .line 1372
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 1375
            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 1377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1378
            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 1380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* deploymentName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 2 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtSubscriptionScope:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1381
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$55.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1380
            areturn
        end local 2 // java.lang.Integer top
        end local 1 // java.lang.String deploymentName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    9     1  deploymentName  Ljava/lang/String;
            0    9     2             top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                Name  Flags
      deploymentName  final
      top             final

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

  public com.microsoft.azure.management.resources.implementation.DeploymentOperationInner get(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
         0: .line 1413
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getWithServiceResponseAsync:(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.resources.implementation.DeploymentOperationInner
            areturn
        end local 3 // java.lang.String operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2     deploymentName  Ljava/lang/String;
            0    1     3        operationId  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      deploymentName     
      operationId        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1427
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getWithServiceResponseAsync:(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 operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2     deploymentName  Ljava/lang/String;
            0    1     3        operationId  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      deploymentName     
      operationId        
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
         0: .line 1440
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$57
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$57.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2     deploymentName  Ljava/lang/String;
            0    1     3        operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      deploymentName     
      operationId        

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> getWithServiceResponseAsync(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=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.String operationId
         0: .line 1458
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1459
            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 1461
      StackMap locals:
      StackMap stack:
            aload 2 /* deploymentName */
            ifnonnull 4
         3: .line 1462
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1464
      StackMap locals:
      StackMap stack:
            aload 3 /* operationId */
            ifnonnull 6
         5: .line 1465
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter operationId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1468
            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
         8: .line 1470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1471
            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 1473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            aload 3 /* operationId */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 1474
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$58.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1473
            areturn
        end local 3 // java.lang.String operationId
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2     deploymentName  Ljava/lang/String;
            0   13     3        operationId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      deploymentName     
      operationId        

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getDelegate(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // retrofit2.Response response
         0: .line 1488
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.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.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.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 1489
            sipush 200
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$59
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$59.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$59.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1490
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1491
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1488
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            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/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
         0: .line 1505
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listByResourceGroupSinglePageAsync:(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
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 1506
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$60
            dup
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$60.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2     deploymentName  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      deploymentName     final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1525
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1526
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$61.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 1532
            aload 3 /* serviceCallback */
         3: .line 1524
            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 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2     deploymentName  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      deploymentName     final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listByResourceGroupAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
         0: .line 1544
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1545
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$62
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$62.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1544
            areturn
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2     deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      deploymentName     final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listByResourceGroupWithServiceResponseAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
         0: .line 1562
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1563
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$63.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1562
            areturn
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2     deploymentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      deploymentName     final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listByResourceGroupSinglePageAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
         0: .line 1584
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1585
            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 1587
      StackMap locals:
      StackMap stack:
            aload 2 /* deploymentName */
            ifnonnull 4
         3: .line 1588
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1591
            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 1593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1594
            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 1596
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* top */
        start local 3 // java.lang.Integer top
         9: .line 1597
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 1598
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$64.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 1597
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2     deploymentName  Ljava/lang/String;
            9   12     3                top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      deploymentName     final

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listByResourceGroupAsync(java.lang.String, java.lang.String, java.lang.Integer, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1644
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            aload 3 /* top */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 1645
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$66.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 1651
            aload 4 /* serviceCallback */
         3: .line 1643
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2     deploymentName  Ljava/lang/String;
            0    4     3                top  Ljava/lang/Integer;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      deploymentName     final
      top                final
      serviceCallback    final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listByResourceGroupSinglePageAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String deploymentName
        start local 3 // java.lang.Integer top
         0: .line 1706
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1707
            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 1709
      StackMap locals:
      StackMap stack:
            aload 2 /* deploymentName */
            ifnonnull 4
         3: .line 1710
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter deploymentName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1713
            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 1715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1716
            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 1718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* deploymentName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1719
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$69
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$69.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1718
            areturn
        end local 3 // java.lang.Integer top
        end local 2 // java.lang.String deploymentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2     deploymentName  Ljava/lang/String;
            0   11     3                top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      deploymentName     final
      top                final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtScopeNext(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1749
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeNextSinglePageAsync:(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 1750
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$71
            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.resources.implementation.DeploymentOperationsInner$71.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtScopeNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner 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 1769
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtScopeNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1770
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$72.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 1776
            aload 3 /* serviceCallback */
         3: .line 1768
            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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtScopeNextSinglePageAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1825
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1826
            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 1828
      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 1829
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtScopeNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1830
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$75
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$75.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1829
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            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/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtTenantScopeNext(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1860
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeNextSinglePageAsync:(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 1861
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$77
            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.resources.implementation.DeploymentOperationsInner$77.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtTenantScopeNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner 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 1880
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtTenantScopeNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1881
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$78
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$78.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 1887
            aload 3 /* serviceCallback */
         3: .line 1879
            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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtTenantScopeNextSinglePageAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1936
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1937
            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 1939
      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 1940
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtTenantScopeNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1941
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$81
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$81.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1940
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            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/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtManagementGroupScopeNext(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1971
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeNextSinglePageAsync:(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 1972
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$83
            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.resources.implementation.DeploymentOperationsInner$83.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtManagementGroupScopeNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner 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 1991
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtManagementGroupScopeNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1992
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$84
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$84.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 1998
            aload 3 /* serviceCallback */
         3: .line 1990
            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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtManagementGroupScopeNextSinglePageAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2047
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2048
            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 2050
      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 2051
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtManagementGroupScopeNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2052
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$87
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$87.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2051
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            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/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listAtSubscriptionScopeNext(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2082
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeNextSinglePageAsync:(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 2083
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$89
            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.resources.implementation.DeploymentOperationsInner$89.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listAtSubscriptionScopeNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner 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 2102
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listAtSubscriptionScopeNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2103
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$90
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$90.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 2109
            aload 3 /* serviceCallback */
         3: .line 2101
            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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listAtSubscriptionScopeNextSinglePageAsync(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.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2158
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2159
            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 2161
      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 2162
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listAtSubscriptionScopeNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2163
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$93
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$93.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2162
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            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/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> listByResourceGroupNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2193
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 2194
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$95
            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.resources.implementation.DeploymentOperationsInner$95.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>);
    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.resources.implementation.DeploymentOperationsInner 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 2213
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2214
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$96
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$96.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
         2: .line 2220
            aload 3 /* serviceCallback */
         3: .line 2212
            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.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listByResourceGroupNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2248
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2249
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$98
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$98.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2248
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            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/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>>> listByResourceGroupNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2269
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2270
            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 2272
      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 2273
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.service:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner$DeploymentOperationsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2274
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$99
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$99.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2273
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            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/resources/implementation/DeploymentOperationInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.PageImpl<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>> listByResourceGroupNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
        start local 1 // retrofit2.Response response
         0: .line 2288
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.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.resources.implementation.DeploymentOperationsInner.client:Lcom/microsoft/azure/management/resources/implementation/ResourceManagementClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceManagementClientImpl.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 2289
            sipush 200
            new com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$100
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$100.<init>:(Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$100.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2290
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2291
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2288
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            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/resources/implementation/PageImpl<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "DeploymentOperationsInner.java"
NestMembers:
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$1  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$10  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$100  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$11  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$12  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$13  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$14  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$15  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$16  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$17  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$18  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$19  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$2  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$20  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$21  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$22  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$23  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$24  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$25  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$26  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$27  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$28  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$29  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$3  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$30  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$31  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$32  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$33  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$34  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$35  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$36  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$37  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$38  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$39  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$4  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$40  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$41  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$42  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$43  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$44  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$45  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$46  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$47  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$48  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$49  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$5  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$50  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$51  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$52  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$53  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$54  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$55  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$56  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$57  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$58  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$59  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$6  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$60  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$61  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$62  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$63  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$64  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$65  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$66  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$67  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$68  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$69  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$7  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$70  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$71  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$72  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$73  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$74  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$75  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$76  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$77  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$78  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$79  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$8  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$80  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$81  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$82  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$83  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$84  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$85  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$86  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$87  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$88  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$89  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$9  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$90  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$91  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$92  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$93  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$94  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$95  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$96  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$97  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$98  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$99  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService
InnerClasses:
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$1
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$10
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$100
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$11
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$12
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$13
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$14
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$15
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$16
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$17
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$18
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$19
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$2
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$20
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$21
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$22
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$23
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$24
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$25
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$26
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$27
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$28
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$29
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$3
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$30
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$31
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$32
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$33
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$34
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$35
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$36
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$37
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$38
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$39
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$4
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$40
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$41
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$42
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$43
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$44
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$45
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$46
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$47
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$48
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$49
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$5
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$50
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$51
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$52
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$53
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$54
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$55
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$56
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$57
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$58
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$59
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$6
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$60
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$61
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$62
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$63
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$64
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$65
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$66
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$67
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$68
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$69
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$7
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$70
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$71
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$72
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$73
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$74
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$75
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$76
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$77
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$78
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$79
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$8
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$80
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$81
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$82
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$83
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$84
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$85
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$86
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$87
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$88
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$89
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$9
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$90
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$91
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$92
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$93
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$94
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$95
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$96
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$97
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$98
  com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$99
  abstract DeploymentOperationsService = com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner$DeploymentOperationsService of com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder