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

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

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

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> getAvailableStacksAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>);
    descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 114
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.getAvailableStacksSinglePageAsync:()Lrx/Observable;
         1: .line 115
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
         2: .line 121
            aload 1 /* serviceCallback */
         3: .line 113
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> getAvailableStacksAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
         0: .line 132
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.getAvailableStacksWithServiceResponseAsync:()Lrx/Observable;
         1: .line 133
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 132
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>> getAvailableStacksSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
         0: .line 170
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 2
         1: .line 171
            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
         2: .line 173
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* osTypeSelected */
        start local 1 // java.lang.String osTypeSelected
         3: .line 174
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.service:Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner$ProvidersService;
            aload 1 /* osTypeSelected */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService.getAvailableStacks:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 175
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 174
            areturn
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            3    6     1  osTypeSelected  Ljava/lang/String;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;>;

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner> getAvailableStacks(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
         0: .line 199
            aload 0 /* this */
            aload 1 /* osTypeSelected */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.getAvailableStacksSinglePageAsync:(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 200
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$6
            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.appservice.implementation.ProvidersInner$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    2     1  osTypeSelected  Ljava/lang/String;
            1    2     2        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;
    MethodParameters:
                Name  Flags
      osTypeSelected  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> getAvailableStacksAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>);
    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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 219
            aload 0 /* this */
            aload 1 /* osTypeSelected */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.getAvailableStacksSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 220
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
         2: .line 226
            aload 2 /* serviceCallback */
         3: .line 218
            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 osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    4     1   osTypeSelected  Ljava/lang/String;
            0    4     2  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      osTypeSelected   final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> getAvailableStacksAsync(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
         0: .line 238
            aload 0 /* this */
            aload 1 /* osTypeSelected */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.getAvailableStacksWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 239
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 238
            areturn
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    3     1  osTypeSelected  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
                Name  Flags
      osTypeSelected  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>> getAvailableStacksWithServiceResponseAsync(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
         0: .line 256
            aload 0 /* this */
            aload 1 /* osTypeSelected */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.getAvailableStacksSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 257
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$9.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 256
            areturn
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    3     1  osTypeSelected  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;>;
    MethodParameters:
                Name  Flags
      osTypeSelected  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>> getAvailableStacksSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
         0: .line 278
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 2
         1: .line 279
            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
         2: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.service:Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner$ProvidersService;
            aload 1 /* osTypeSelected */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService.getAvailableStacks:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 282
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$10.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 281
            areturn
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    5     1  osTypeSelected  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;>;
    MethodParameters:
                Name  Flags
      osTypeSelected  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> getAvailableStacksDelegate(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.appservice.implementation.ProvidersInner this
        start local 1 // retrofit2.Response response
         0: .line 296
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 297
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$11.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner$11.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 298
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 299
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 296
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>> listOperationsAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>);
    descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 331
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listOperationsSinglePageAsync:()Lrx/Observable;
         1: .line 332
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$13.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
         2: .line 338
            aload 1 /* serviceCallback */
         3: .line 330
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>> listOperationsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
         0: .line 349
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listOperationsWithServiceResponseAsync:()Lrx/Observable;
         1: .line 350
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 349
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>>> listOperationsWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
         0: .line 366
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listOperationsSinglePageAsync:()Lrx/Observable;
         1: .line 367
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$15.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 366
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>>> listOperationsSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
         0: .line 387
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 2
         1: .line 388
            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
         2: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.service:Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner$ProvidersService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService.listOperations:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 391
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$16.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 390
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>> listOperationsDelegate(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.appservice.implementation.ProvidersInner this
        start local 1 // retrofit2.Response response
         0: .line 405
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 406
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner$17.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 407
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 408
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 405
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
         0: .line 496
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 497
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 500
            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 502
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* osTypeSelected */
        start local 1 // java.lang.String osTypeSelected
         5: .line 503
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.service:Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner$ProvidersService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* osTypeSelected */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         6: .line 504
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$22.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         7: .line 503
            areturn
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            5    8     1  osTypeSelected  Ljava/lang/String;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;>;

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner> list(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
         0: .line 528
            aload 0 /* this */
            aload 1 /* osTypeSelected */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listSinglePageAsync:(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 529
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$23
            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.appservice.implementation.ProvidersInner$23.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    2     1  osTypeSelected  Ljava/lang/String;
            1    2     2        response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;
    MethodParameters:
                Name  Flags
      osTypeSelected  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> listAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>);
    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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 548
            aload 0 /* this */
            aload 1 /* osTypeSelected */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 549
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$24.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
         2: .line 555
            aload 2 /* serviceCallback */
         3: .line 547
            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 osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    4     1   osTypeSelected  Ljava/lang/String;
            0    4     2  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      osTypeSelected   final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> listAsync(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
         0: .line 567
            aload 0 /* this */
            aload 1 /* osTypeSelected */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 568
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$25.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 567
            areturn
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    3     1  osTypeSelected  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
                Name  Flags
      osTypeSelected  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>> listWithServiceResponseAsync(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
         0: .line 585
            aload 0 /* this */
            aload 1 /* osTypeSelected */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 586
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$26.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 585
            areturn
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    3     1  osTypeSelected  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;>;
    MethodParameters:
                Name  Flags
      osTypeSelected  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>> listSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String osTypeSelected
         0: .line 607
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 608
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 611
            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 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.service:Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner$ProvidersService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* osTypeSelected */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 614
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$27.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 613
            areturn
        end local 1 // java.lang.String osTypeSelected
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    7     1  osTypeSelected  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;>;
    MethodParameters:
                Name  Flags
      osTypeSelected  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> listDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
        start local 1 // retrofit2.Response response
         0: .line 628
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 629
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$28.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner$28.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 630
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 631
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 628
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner> getAvailableStacksNext(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 645
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.getAvailableStacksNextSinglePageAsync:(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 646
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$29
            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.appservice.implementation.ProvidersInner$29.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;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.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> getAvailableStacksNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>);
    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.appservice.implementation.ProvidersInner 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 666
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.getAvailableStacksNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 667
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$30.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
         2: .line 673
            aload 3 /* serviceCallback */
         3: .line 665
            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.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>> getAvailableStacksNextSinglePageAsync(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 725
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 726
            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 728
      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 729
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.service:Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner$ProvidersService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService.getAvailableStacksNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 730
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$33.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 729
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            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/appservice/implementation/ApplicationStackResourceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> getAvailableStacksNextDelegate(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.appservice.implementation.ProvidersInner this
        start local 1 // retrofit2.Response response
         0: .line 744
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 745
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$34.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner$34.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 746
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 747
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 744
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner> listOperationsNext(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 761
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listOperationsNextSinglePageAsync:(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 762
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$35
            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.appservice.implementation.ProvidersInner$35.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;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.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>> listOperationsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>);
    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.appservice.implementation.ProvidersInner 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 782
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listOperationsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 783
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$36.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
         2: .line 789
            aload 3 /* serviceCallback */
         3: .line 781
            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.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>>> listOperationsNextSinglePageAsync(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.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 841
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 842
            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 844
      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 845
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.service:Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner$ProvidersService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService.listOperationsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 846
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$39.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 845
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            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/appservice/implementation/CsmOperationDescriptionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.CsmOperationDescriptionInner>> listOperationsNextDelegate(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.appservice.implementation.ProvidersInner this
        start local 1 // retrofit2.Response response
         0: .line 860
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 861
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$40.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner$40.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 862
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 863
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 860
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/CsmOperationDescriptionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner> listNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 877
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 878
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$41
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$41.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;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.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>);
    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.appservice.implementation.ProvidersInner 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 898
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 899
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$42.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
         2: .line 905
            aload 3 /* serviceCallback */
         3: .line 897
            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.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>>> listNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 957
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 958
            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 960
      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 961
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.service:Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner$ProvidersService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 962
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$45.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 961
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            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/appservice/implementation/ApplicationStackResourceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ApplicationStackResourceInner>> listNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
        start local 1 // retrofit2.Response response
         0: .line 976
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.ProvidersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 977
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.ProvidersInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.ProvidersInner$46.<init>:(Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.ProvidersInner$46.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 978
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 979
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 976
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProvidersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/ProvidersInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/ApplicationStackResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "ProvidersInner.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$1  com.microsoft.azure.management.appservice.implementation.ProvidersInner$10  com.microsoft.azure.management.appservice.implementation.ProvidersInner$11  com.microsoft.azure.management.appservice.implementation.ProvidersInner$12  com.microsoft.azure.management.appservice.implementation.ProvidersInner$13  com.microsoft.azure.management.appservice.implementation.ProvidersInner$14  com.microsoft.azure.management.appservice.implementation.ProvidersInner$15  com.microsoft.azure.management.appservice.implementation.ProvidersInner$16  com.microsoft.azure.management.appservice.implementation.ProvidersInner$17  com.microsoft.azure.management.appservice.implementation.ProvidersInner$18  com.microsoft.azure.management.appservice.implementation.ProvidersInner$19  com.microsoft.azure.management.appservice.implementation.ProvidersInner$2  com.microsoft.azure.management.appservice.implementation.ProvidersInner$20  com.microsoft.azure.management.appservice.implementation.ProvidersInner$21  com.microsoft.azure.management.appservice.implementation.ProvidersInner$22  com.microsoft.azure.management.appservice.implementation.ProvidersInner$23  com.microsoft.azure.management.appservice.implementation.ProvidersInner$24  com.microsoft.azure.management.appservice.implementation.ProvidersInner$25  com.microsoft.azure.management.appservice.implementation.ProvidersInner$26  com.microsoft.azure.management.appservice.implementation.ProvidersInner$27  com.microsoft.azure.management.appservice.implementation.ProvidersInner$28  com.microsoft.azure.management.appservice.implementation.ProvidersInner$29  com.microsoft.azure.management.appservice.implementation.ProvidersInner$3  com.microsoft.azure.management.appservice.implementation.ProvidersInner$30  com.microsoft.azure.management.appservice.implementation.ProvidersInner$31  com.microsoft.azure.management.appservice.implementation.ProvidersInner$32  com.microsoft.azure.management.appservice.implementation.ProvidersInner$33  com.microsoft.azure.management.appservice.implementation.ProvidersInner$34  com.microsoft.azure.management.appservice.implementation.ProvidersInner$35  com.microsoft.azure.management.appservice.implementation.ProvidersInner$36  com.microsoft.azure.management.appservice.implementation.ProvidersInner$37  com.microsoft.azure.management.appservice.implementation.ProvidersInner$38  com.microsoft.azure.management.appservice.implementation.ProvidersInner$39  com.microsoft.azure.management.appservice.implementation.ProvidersInner$4  com.microsoft.azure.management.appservice.implementation.ProvidersInner$40  com.microsoft.azure.management.appservice.implementation.ProvidersInner$41  com.microsoft.azure.management.appservice.implementation.ProvidersInner$42  com.microsoft.azure.management.appservice.implementation.ProvidersInner$43  com.microsoft.azure.management.appservice.implementation.ProvidersInner$44  com.microsoft.azure.management.appservice.implementation.ProvidersInner$45  com.microsoft.azure.management.appservice.implementation.ProvidersInner$46  com.microsoft.azure.management.appservice.implementation.ProvidersInner$5  com.microsoft.azure.management.appservice.implementation.ProvidersInner$6  com.microsoft.azure.management.appservice.implementation.ProvidersInner$7  com.microsoft.azure.management.appservice.implementation.ProvidersInner$8  com.microsoft.azure.management.appservice.implementation.ProvidersInner$9  com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$1
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$10
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$11
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$12
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$13
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$14
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$15
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$16
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$17
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$18
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$19
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$2
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$20
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$21
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$22
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$23
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$24
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$25
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$26
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$27
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$28
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$29
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$3
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$30
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$31
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$32
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$33
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$34
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$35
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$36
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$37
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$38
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$39
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$4
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$40
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$41
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$42
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$43
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$44
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$45
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$46
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$5
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$6
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$7
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$8
  com.microsoft.azure.management.appservice.implementation.ProvidersInner$9
  abstract ProvidersService = com.microsoft.azure.management.appservice.implementation.ProvidersInner$ProvidersService of com.microsoft.azure.management.appservice.implementation.ProvidersInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder