public class com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete<java.lang.Void>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsListing<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$AppServiceEnvironmentsService service;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
    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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl client
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$AppServiceEnvironmentsService
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
         2: .line 63
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
         3: .line 64
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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.AppServiceEnvironmentResourceInner> 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.AppServiceEnvironmentsInner this
         0: .line 351
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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 352
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$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.AppServiceEnvironmentsInner$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;

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

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> 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.AppServiceEnvironmentsInner this
         0: .line 388
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWithServiceResponseAsync:()Lrx/Observable;
         1: .line 389
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 388
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>>> 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.AppServiceEnvironmentsInner this
         0: .line 405
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 406
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$4.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 405
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
         0: .line 426
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 427
            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 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 430
            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 432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 433
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 432
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;>;

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner> listByResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 464
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 465
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$7
            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.AppServiceEnvironmentsInner$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            1    2     2           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>);
    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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 484
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 485
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 491
            aload 2 /* serviceCallback */
         3: .line 483
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      serviceCallback    final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>>> listByResourceGroupSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 543
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 544
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 547
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 550
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 553
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$11.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 552
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> listByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 567
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 568
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$12.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$12.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 569
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 570
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 567
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServiceEnvironmentResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 630
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 631
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 633
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 634
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 636
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 637
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 640
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 643
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 642
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner> getByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 657
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 658
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$15.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 659
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 660
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 657
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServiceEnvironmentResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner createOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
         0: .line 676
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* hostingEnvironmentEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2                        name  Ljava/lang/String;
            0    1     3  hostingEnvironmentEnvelope  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      name                        
      hostingEnvironmentEnvelope  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 691
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* hostingEnvironmentEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2                        name  Ljava/lang/String;
            0    1     3  hostingEnvironmentEnvelope  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    1     4             serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      name                        
      hostingEnvironmentEnvelope  
      serviceCallback             final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
         0: .line 705
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* hostingEnvironmentEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$16.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2                        name  Ljava/lang/String;
            0    1     3  hostingEnvironmentEnvelope  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      name                        
      hostingEnvironmentEnvelope  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
         0: .line 724
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 725
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 727
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 728
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 730
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 731
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 733
      StackMap locals:
      StackMap stack:
            aload 3 /* hostingEnvironmentEnvelope */
            ifnonnull 8
         7: .line 734
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter hostingEnvironmentEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 737
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 739
      StackMap locals:
      StackMap stack:
            aload 3 /* hostingEnvironmentEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 740
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* hostingEnvironmentEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 741
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$17.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   13     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   13     1           resourceGroupName  Ljava/lang/String;
            0   13     2                        name  Ljava/lang/String;
            0   13     3  hostingEnvironmentEnvelope  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
           12   13     4                  observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      name                        
      hostingEnvironmentEnvelope  

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner beginCreateOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
         0: .line 757
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* hostingEnvironmentEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2                        name  Ljava/lang/String;
            0    1     3  hostingEnvironmentEnvelope  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      name                        
      hostingEnvironmentEnvelope  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 772
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* hostingEnvironmentEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2                        name  Ljava/lang/String;
            0    1     3  hostingEnvironmentEnvelope  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    1     4             serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      name                        
      hostingEnvironmentEnvelope  
      serviceCallback             final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
         0: .line 786
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* hostingEnvironmentEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$18.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2                        name  Ljava/lang/String;
            0    1     3  hostingEnvironmentEnvelope  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      name                        
      hostingEnvironmentEnvelope  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
         0: .line 805
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 806
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 808
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 809
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 812
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 814
      StackMap locals:
      StackMap stack:
            aload 3 /* hostingEnvironmentEnvelope */
            ifnonnull 8
         7: .line 815
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter hostingEnvironmentEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 818
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 820
      StackMap locals:
      StackMap stack:
            aload 3 /* hostingEnvironmentEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 821
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* hostingEnvironmentEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 822
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$19.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 821
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   14     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   14     1           resourceGroupName  Ljava/lang/String;
            0   14     2                        name  Ljava/lang/String;
            0   14     3  hostingEnvironmentEnvelope  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      name                        
      hostingEnvironmentEnvelope  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner> beginCreateOrUpdateDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 836
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 837
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$20.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$20.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 838
            sipush 201
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$21.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$21.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 839
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$22.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$22.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 840
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 841
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 836
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    7     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/AppServiceEnvironmentResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 900
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 901
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 903
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 904
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 907
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 910
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 912
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* forceDelete */
        start local 3 // java.lang.Boolean forceDelete
         9: .line 913
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* forceDelete */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        10: .line 914
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$24.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$24.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.Boolean forceDelete
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
            9   11     3        forceDelete  Ljava/lang/Boolean;
           10   11     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.Boolean forceDelete
         0: .line 976
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 977
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 979
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 980
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 982
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 983
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 985
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 986
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* forceDelete */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
         9: .line 989
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$26.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$26.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.Boolean forceDelete
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   10     1  resourceGroupName  Ljava/lang/String;
            0   10     2               name  Ljava/lang/String;
            0   10     3        forceDelete  Ljava/lang/Boolean;
            9   10     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      forceDelete        

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1048
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1049
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1051
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1052
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1054
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1055
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1058
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1060
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* forceDelete */
        start local 3 // java.lang.Boolean forceDelete
         9: .line 1061
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* forceDelete */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 1062
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$28.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 1061
            areturn
        end local 3 // java.lang.Boolean forceDelete
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2               name  Ljava/lang/String;
            9   12     3        forceDelete  Ljava/lang/Boolean;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.Boolean forceDelete
         0: .line 1135
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1136
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1138
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1139
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1142
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1145
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* forceDelete */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1148
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$30.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1147
            areturn
        end local 3 // java.lang.Boolean forceDelete
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
            0   11     3        forceDelete  Ljava/lang/Boolean;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      forceDelete        

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginDeleteDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 1162
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 1163
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$31.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1164
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$32.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$32.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1165
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1166
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1162
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.AppServiceEnvironmentPatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceEnvironmentPatchResource;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope
         0: .line 1230
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1231
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1233
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1234
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1237
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1239
      StackMap locals:
      StackMap stack:
            aload 3 /* hostingEnvironmentEnvelope */
            ifnonnull 8
         7: .line 1240
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter hostingEnvironmentEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1243
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1245
      StackMap locals:
      StackMap stack:
            aload 3 /* hostingEnvironmentEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 1246
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* hostingEnvironmentEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceEnvironmentPatchResource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1247
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$34.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1246
            areturn
        end local 3 // com.microsoft.azure.management.appservice.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   14     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   14     1           resourceGroupName  Ljava/lang/String;
            0   14     2                        name  Ljava/lang/String;
            0   14     3  hostingEnvironmentEnvelope  Lcom/microsoft/azure/management/appservice/AppServiceEnvironmentPatchResource;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceEnvironmentPatchResource;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      name                        
      hostingEnvironmentEnvelope  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner> updateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 1261
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 1262
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$35.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$35.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1263
            sipush 201
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$36.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$36.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1264
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$37.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$37.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1265
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 1266
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 1261
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    7     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/AppServiceEnvironmentResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>> listCapacitiesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1302
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listCapacitiesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1303
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$39.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 1309
            aload 3 /* serviceCallback */
         3: .line 1301
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>> listCapacitiesAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1322
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listCapacitiesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1323
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$40.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1322
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>>> listCapacitiesSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1364
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1365
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1367
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1368
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1371
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1374
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listCapacities:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1377
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$42.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1376
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>> listCapacitiesDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 1391
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 1392
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$43.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$43.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1393
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1394
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1391
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/StampCapacityInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AddressResponseInner>> getVipInfoWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1454
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1455
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1457
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1458
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1461
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1464
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.getVipInfo:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1467
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$45.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1466
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AddressResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AddressResponseInner> getVipInfoDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 1481
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 1482
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$46.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$46.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1483
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1484
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1481
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AddressResponseInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> changeVnet(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
         0: .line 1500
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetInfo */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.changeVnetSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 1501
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$47
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$47.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> changeVnetAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1522
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetInfo */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.changeVnetSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
         1: .line 1523
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$48
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$48.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 1529
            aload 4 /* serviceCallback */
         3: .line 1521
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>> changeVnetAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
         0: .line 1543
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetInfo */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.changeVnetWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
         1: .line 1544
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$49.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1543
            areturn
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> changeVnetWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
         0: .line 1563
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetInfo */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.changeVnetSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
         1: .line 1564
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$50.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1563
            areturn
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> changeVnetSinglePageAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
         0: .line 1587
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1588
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1590
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1591
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1594
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1596
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetInfo */
            ifnonnull 8
         7: .line 1597
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetInfo is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1600
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1602
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetInfo */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 1603
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* vnetInfo */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.changeVnet:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1604
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$51.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1603
            areturn
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2               name  Ljava/lang/String;
            0   14     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> changeVnetDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 1618
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 1619
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$52.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$52.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1620
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$53.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$53.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1621
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1622
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1618
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException, java.lang.InterruptedException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> beginChangeVnet(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
         0: .line 1638
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetInfo */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginChangeVnetSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 1639
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$54
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$54.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginChangeVnetAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1660
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetInfo */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginChangeVnetSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
         1: .line 1661
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$55.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 1667
            aload 4 /* serviceCallback */
         3: .line 1659
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginChangeVnetAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
         0: .line 1681
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetInfo */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginChangeVnetWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
         1: .line 1682
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$56
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$56.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1681
            areturn
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> beginChangeVnetWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
         0: .line 1701
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetInfo */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginChangeVnetSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
         1: .line 1702
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$57
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$57.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1701
            areturn
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> beginChangeVnetSinglePageAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.VirtualNetworkProfile);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
         0: .line 1725
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1726
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1728
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1729
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1731
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1732
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1734
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetInfo */
            ifnonnull 8
         7: .line 1735
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetInfo is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1737
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1738
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1740
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetInfo */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 1741
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* vnetInfo */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginChangeVnet:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1742
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$58.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1741
            areturn
        end local 3 // com.microsoft.azure.management.appservice.VirtualNetworkProfile vnetInfo
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2               name  Ljava/lang/String;
            0   14     3           vnetInfo  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      vnetInfo           final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginChangeVnetDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 1756
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 1757
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$59
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$59.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$59.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1758
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$60
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$60.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$60.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1759
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1760
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1756
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.util.List<com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner> listDiagnostics(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1775
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listDiagnosticsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

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

  public rx.Observable<java.util.List<com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner>> listDiagnosticsAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1802
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listDiagnosticsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$61.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner>>> listDiagnosticsWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1820
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1821
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1823
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1824
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1826
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1827
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1830
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listDiagnostics:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1833
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$62
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$62.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1832
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner>> listDiagnosticsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 1847
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 1848
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$63.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$63.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1849
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1850
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1847
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner getDiagnosticsItem(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String diagnosticsName
         0: .line 1866
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* diagnosticsName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getDiagnosticsItemWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner
            areturn
        end local 3 // java.lang.String diagnosticsName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3    diagnosticsName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      diagnosticsName    

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner> getDiagnosticsItemAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String diagnosticsName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1881
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* diagnosticsName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getDiagnosticsItemWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String diagnosticsName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3    diagnosticsName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      diagnosticsName    
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner> getDiagnosticsItemAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String diagnosticsName
         0: .line 1895
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* diagnosticsName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getDiagnosticsItemWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$64.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String diagnosticsName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3    diagnosticsName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      diagnosticsName    

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner>> getDiagnosticsItemWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String diagnosticsName
         0: .line 1914
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1915
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1917
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1918
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1920
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticsName */
            ifnonnull 6
         5: .line 1921
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticsName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1924
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1926
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1927
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* diagnosticsName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.getDiagnosticsItem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 1930
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$65
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$65.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1929
            areturn
        end local 3 // java.lang.String diagnosticsName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3    diagnosticsName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/HostingEnvironmentDiagnosticsInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      diagnosticsName    

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.HostingEnvironmentDiagnosticsInner> getDiagnosticsItemDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 1944
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 1945
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$66.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$66.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1946
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1947
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1944
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/HostingEnvironmentDiagnosticsInner;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>> getInboundNetworkDependenciesEndpointsAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1983
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getInboundNetworkDependenciesEndpointsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1984
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$68
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$68.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 1990
            aload 3 /* serviceCallback */
         3: .line 1982
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>> getInboundNetworkDependenciesEndpointsAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2003
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getInboundNetworkDependenciesEndpointsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2004
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$69
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$69.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2003
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>>> getInboundNetworkDependenciesEndpointsSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2045
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2046
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2048
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2049
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2051
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2052
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2054
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2055
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.getInboundNetworkDependenciesEndpoints:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2058
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$71
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$71.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2057
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>> getInboundNetworkDependenciesEndpointsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 2072
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 2073
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$72.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$72.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2074
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2075
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2072
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/InboundEnvironmentEndpointInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listMultiRolePoolsAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 2111
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2112
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$74
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$74.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 2118
            aload 3 /* serviceCallback */
         3: .line 2110
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listMultiRolePoolsAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2131
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2132
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$75
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$75.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2131
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>>> listMultiRolePoolsSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2173
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2174
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2176
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2177
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2180
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2183
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRolePools:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2186
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$77
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$77.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2185
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listMultiRolePoolsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 2200
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 2201
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$78
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$78.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$78.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2202
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2203
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2200
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> getMultiRolePoolWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2263
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2264
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2266
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2267
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2270
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2273
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.getMultiRolePool:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2276
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$80
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$80.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2275
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> getMultiRolePoolDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 2290
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 2291
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$81
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$81.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$81.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2292
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2293
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2290
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner createOrUpdateMultiRolePool(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
         0: .line 2309
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* multiRolePoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.createOrUpdateMultiRolePoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2                   name  Ljava/lang/String;
            0    1     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> createOrUpdateMultiRolePoolAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2324
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* multiRolePoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.createOrUpdateMultiRolePoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2                   name  Ljava/lang/String;
            0    1     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  
      serviceCallback        final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> createOrUpdateMultiRolePoolAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
         0: .line 2338
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* multiRolePoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.createOrUpdateMultiRolePoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$82
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$82.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2                   name  Ljava/lang/String;
            0    1     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> createOrUpdateMultiRolePoolWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
         0: .line 2357
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2358
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2360
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2361
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2364
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2366
      StackMap locals:
      StackMap stack:
            aload 3 /* multiRolePoolEnvelope */
            ifnonnull 8
         7: .line 2367
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter multiRolePoolEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2370
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 2372
      StackMap locals:
      StackMap stack:
            aload 3 /* multiRolePoolEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 2373
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* multiRolePoolEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.createOrUpdateMultiRolePool:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 2374
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$83
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$83.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$83.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   13     1      resourceGroupName  Ljava/lang/String;
            0   13     2                   name  Ljava/lang/String;
            0   13     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
           12   13     4             observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner beginCreateOrUpdateMultiRolePool(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
         0: .line 2390
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* multiRolePoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginCreateOrUpdateMultiRolePoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2                   name  Ljava/lang/String;
            0    1     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> beginCreateOrUpdateMultiRolePoolAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2405
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* multiRolePoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginCreateOrUpdateMultiRolePoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2                   name  Ljava/lang/String;
            0    1     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  
      serviceCallback        final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> beginCreateOrUpdateMultiRolePoolAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
         0: .line 2419
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* multiRolePoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginCreateOrUpdateMultiRolePoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$84
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$84.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2                   name  Ljava/lang/String;
            0    1     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> beginCreateOrUpdateMultiRolePoolWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
         0: .line 2438
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2439
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2441
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2442
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2445
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2447
      StackMap locals:
      StackMap stack:
            aload 3 /* multiRolePoolEnvelope */
            ifnonnull 8
         7: .line 2448
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter multiRolePoolEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2451
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 2453
      StackMap locals:
      StackMap stack:
            aload 3 /* multiRolePoolEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 2454
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* multiRolePoolEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginCreateOrUpdateMultiRolePool:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 2455
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$85
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$85.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 2454
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   14     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   14     1      resourceGroupName  Ljava/lang/String;
            0   14     2                   name  Ljava/lang/String;
            0   14     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> beginCreateOrUpdateMultiRolePoolDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 2469
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 2470
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$86
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$86.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$86.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2471
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$87
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$87.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$87.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2472
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 2473
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 2469
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/WorkerPoolResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner updateMultiRolePool(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
         0: .line 2489
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* multiRolePoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.updateMultiRolePoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2                   name  Ljava/lang/String;
            0    1     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> updateMultiRolePoolAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2504
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* multiRolePoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.updateMultiRolePoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2                   name  Ljava/lang/String;
            0    1     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  
      serviceCallback        final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> updateMultiRolePoolAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
         0: .line 2518
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* multiRolePoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.updateMultiRolePoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$88
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$88.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2                   name  Ljava/lang/String;
            0    1     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> updateMultiRolePoolWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
         0: .line 2537
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2538
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2540
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2541
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2544
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2546
      StackMap locals:
      StackMap stack:
            aload 3 /* multiRolePoolEnvelope */
            ifnonnull 8
         7: .line 2547
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter multiRolePoolEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2550
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 2552
      StackMap locals:
      StackMap stack:
            aload 3 /* multiRolePoolEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 2553
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* multiRolePoolEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.updateMultiRolePool:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 2554
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$89
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$89.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 2553
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner multiRolePoolEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   14     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   14     1      resourceGroupName  Ljava/lang/String;
            0   14     2                   name  Ljava/lang/String;
            0   14     3  multiRolePoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      name                   
      multiRolePoolEnvelope  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> updateMultiRolePoolDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 2568
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 2569
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$90
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$90.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$90.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2570
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$91
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$91.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$91.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2571
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 2572
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 2568
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/WorkerPoolResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner> listMultiRolePoolInstanceMetricDefinitions(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String instance
         0: .line 2588
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* instance */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolInstanceMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 2589
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$92
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$92.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String instance
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3           instance  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      instance           final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRolePoolInstanceMetricDefinitionsAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String instance
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 2610
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* instance */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolInstanceMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2611
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$93
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$93.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 2617
            aload 4 /* serviceCallback */
         3: .line 2609
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String instance
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3           instance  Ljava/lang/String;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      instance           final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRolePoolInstanceMetricDefinitionsAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String instance
         0: .line 2631
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* instance */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolInstanceMetricDefinitionsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2632
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$94
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$94.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2631
            areturn
        end local 3 // java.lang.String instance
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3           instance  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      instance           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listMultiRolePoolInstanceMetricDefinitionsWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String instance
         0: .line 2651
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* instance */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolInstanceMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2652
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$95
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$95.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2651
            areturn
        end local 3 // java.lang.String instance
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3           instance  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      instance           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listMultiRolePoolInstanceMetricDefinitionsSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String instance
         0: .line 2675
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2676
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2678
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2679
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2681
      StackMap locals:
      StackMap stack:
            aload 3 /* instance */
            ifnonnull 6
         5: .line 2682
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter instance is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2685
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2688
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 2690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* instance */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRolePoolInstanceMetricDefinitions:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 2691
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$96
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$96.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 2690
            areturn
        end local 3 // java.lang.String instance
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3           instance  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      instance           final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRolePoolInstanceMetricDefinitionsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 2705
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 2706
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$97
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$97.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$97.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2707
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2708
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2705
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRoleMetricDefinitionsAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 2744
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRoleMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2745
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$99
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$99.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 2751
            aload 3 /* serviceCallback */
         3: .line 2743
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRoleMetricDefinitionsAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2764
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRoleMetricDefinitionsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2765
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$100
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$100.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2764
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listMultiRoleMetricDefinitionsSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2806
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2807
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2809
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2810
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2812
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2813
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2816
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRoleMetricDefinitions:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2819
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$102
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$102.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2818
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRoleMetricDefinitionsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 2833
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 2834
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$103
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$103.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$103.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2835
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2836
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2833
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listMultiRolePoolSkusAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 2872
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolSkusSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2873
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$105
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$105.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 2879
            aload 3 /* serviceCallback */
         3: .line 2871
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listMultiRolePoolSkusAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2892
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolSkusWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2893
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$106
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$106.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2892
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>>> listMultiRolePoolSkusSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2934
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2935
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2937
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2938
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2941
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2944
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2946
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRolePoolSkus:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2947
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$108
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$108.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2946
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listMultiRolePoolSkusDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 2961
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 2962
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$109
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$109.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$109.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2963
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2964
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2961
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SkuInfoInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.UsageInner>> listMultiRoleUsagesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.UsageInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 3000
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRoleUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3001
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$111
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$111.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 3007
            aload 3 /* serviceCallback */
         3: .line 2999
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.UsageInner>> listMultiRoleUsagesAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3020
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRoleUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3021
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$112
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$112.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3020
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.UsageInner>>> listMultiRoleUsagesSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3062
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3063
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3065
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3066
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 3069
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3072
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3074
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRoleUsages:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 3075
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$114
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$114.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 3074
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.UsageInner>> listMultiRoleUsagesDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 3089
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 3090
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$115
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$115.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$115.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3091
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3092
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3089
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/UsageInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.util.List<com.microsoft.azure.management.appservice.implementation.OperationInner> listOperations(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3107
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listOperationsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/OperationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

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

  public rx.Observable<java.util.List<com.microsoft.azure.management.appservice.implementation.OperationInner>> listOperationsAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3134
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listOperationsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$116
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$116.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/OperationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.OperationInner>>> listOperationsWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3152
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3153
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3155
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3156
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 3159
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3162
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listOperations:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 3165
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$117
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$117.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 3164
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/OperationInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.OperationInner>> 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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 3179
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 3180
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$118
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$118.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$118.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3181
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3182
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3179
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/OperationInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>> getOutboundNetworkDependenciesEndpointsAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 3218
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getOutboundNetworkDependenciesEndpointsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3219
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$120
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$120.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 3225
            aload 3 /* serviceCallback */
         3: .line 3217
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>> getOutboundNetworkDependenciesEndpointsAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3238
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getOutboundNetworkDependenciesEndpointsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3239
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$121
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$121.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3238
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>>> getOutboundNetworkDependenciesEndpointsSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3280
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3281
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3283
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3284
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 3287
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3290
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.getOutboundNetworkDependenciesEndpoints:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 3293
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$123
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$123.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 3292
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>> getOutboundNetworkDependenciesEndpointsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 3307
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 3308
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$124
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$124.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$124.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3309
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3310
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3307
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/OutboundEnvironmentEndpointInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> rebootWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3369
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3370
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3372
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3373
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 3376
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3379
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.reboot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 3382
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$126
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$126.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 3381
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<java.lang.Void> rebootDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 3396
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 3397
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$127
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$127.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$127.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3398
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3399
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3396
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> resumeAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 3435
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.resumeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3436
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$129
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$129.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 3442
            aload 3 /* serviceCallback */
         3: .line 3434
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>> resumeAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3455
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.resumeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3456
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$130
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$130.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3455
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> resumeSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3497
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3498
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3500
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3501
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 3504
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3507
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.resume:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 3510
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$132
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$132.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 3509
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> resumeDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 3524
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 3525
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$133
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$133.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$133.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3526
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$134
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$134.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$134.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3527
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 3528
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 3524
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException, java.lang.InterruptedException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginResumeAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 3564
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginResumeSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3565
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$136
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$136.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 3571
            aload 3 /* serviceCallback */
         3: .line 3563
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginResumeAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3584
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginResumeWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3585
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$137
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$137.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3584
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> beginResumeSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3626
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3627
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3629
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3630
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 3633
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3636
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginResume:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 3639
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$139
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$139.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 3638
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginResumeDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 3653
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 3654
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$140
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$140.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$140.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3655
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$141
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$141.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$141.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3656
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 3657
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 3653
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> listAppServicePlansAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 3693
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listAppServicePlansSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3694
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$143
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$143.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 3700
            aload 3 /* serviceCallback */
         3: .line 3692
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> listAppServicePlansAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3713
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listAppServicePlansWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3714
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$144
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$144.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3713
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>>> listAppServicePlansSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3755
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3756
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3758
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3759
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 3762
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3765
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3767
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listAppServicePlans:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 3768
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$146
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$146.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 3767
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> listAppServicePlansDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 3782
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 3783
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$147
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$147.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$147.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3784
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3785
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3782
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServicePlanInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> listWebAppsAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 3821
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebAppsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3822
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$149
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$149.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 3828
            aload 3 /* serviceCallback */
         3: .line 3820
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>> listWebAppsAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3841
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebAppsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3842
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$150
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$150.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3841
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> listWebAppsSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 3883
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3884
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3886
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3887
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 3890
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3893
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3895
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* propertiesToInclude */
        start local 3 // java.lang.String propertiesToInclude
         9: .line 3896
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* propertiesToInclude */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWebApps:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 3897
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$152
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$152.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 3896
            areturn
        end local 3 // java.lang.String propertiesToInclude
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0                 this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   12     1    resourceGroupName  Ljava/lang/String;
            0   12     2                 name  Ljava/lang/String;
            9   12     3  propertiesToInclude  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> listWebApps(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String propertiesToInclude
         0: .line 3923
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* propertiesToInclude */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebAppsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 3924
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$153
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$153.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String propertiesToInclude
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1    resourceGroupName  Ljava/lang/String;
            0    2     2                 name  Ljava/lang/String;
            0    2     3  propertiesToInclude  Ljava/lang/String;
            1    2     4             response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
                     Name  Flags
      resourceGroupName    final
      name                 final
      propertiesToInclude  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> listWebAppsAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String propertiesToInclude
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 3945
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* propertiesToInclude */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebAppsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3946
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$154
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$154.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 3952
            aload 4 /* serviceCallback */
         3: .line 3944
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String propertiesToInclude
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1    resourceGroupName  Ljava/lang/String;
            0    4     2                 name  Ljava/lang/String;
            0    4     3  propertiesToInclude  Ljava/lang/String;
            0    4     4      serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                     Name  Flags
      resourceGroupName    final
      name                 final
      propertiesToInclude  final
      serviceCallback      final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>> listWebAppsAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String propertiesToInclude
         0: .line 3966
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* propertiesToInclude */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebAppsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3967
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$155
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$155.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3966
            areturn
        end local 3 // java.lang.String propertiesToInclude
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1    resourceGroupName  Ljava/lang/String;
            0    3     2                 name  Ljava/lang/String;
            0    3     3  propertiesToInclude  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                     Name  Flags
      resourceGroupName    final
      name                 final
      propertiesToInclude  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> listWebAppsWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String propertiesToInclude
         0: .line 3986
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* propertiesToInclude */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebAppsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3987
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$156
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$156.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3986
            areturn
        end local 3 // java.lang.String propertiesToInclude
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1    resourceGroupName  Ljava/lang/String;
            0    3     2                 name  Ljava/lang/String;
            0    3     3  propertiesToInclude  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                     Name  Flags
      resourceGroupName    final
      name                 final
      propertiesToInclude  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> listWebAppsSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String propertiesToInclude
         0: .line 4010
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 4011
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 4013
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 4014
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 4017
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 4019
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 4020
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 4022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* propertiesToInclude */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWebApps:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 4023
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$157
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$157.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 4022
            areturn
        end local 3 // java.lang.String propertiesToInclude
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   11     0                 this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1    resourceGroupName  Ljava/lang/String;
            0   11     2                 name  Ljava/lang/String;
            0   11     3  propertiesToInclude  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                     Name  Flags
      resourceGroupName    final
      name                 final
      propertiesToInclude  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> listWebAppsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 4037
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 4038
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$158
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$158.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$158.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4039
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4040
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4037
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> suspendAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 4076
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.suspendSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4077
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$160
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$160.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 4083
            aload 3 /* serviceCallback */
         3: .line 4075
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>> suspendAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 4096
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.suspendWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4097
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$161
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$161.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4096
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> suspendSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 4138
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 4139
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 4141
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 4142
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 4145
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 4147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 4148
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 4150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.suspend:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 4151
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$163
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$163.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 4150
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> suspendDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 4165
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 4166
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$164
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$164.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$164.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4167
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$165
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$165.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$165.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4168
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 4169
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 4165
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException, java.lang.InterruptedException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginSuspendAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 4205
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginSuspendSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4206
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$167
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$167.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 4212
            aload 3 /* serviceCallback */
         3: .line 4204
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginSuspendAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 4225
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginSuspendWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4226
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$168
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$168.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4225
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> beginSuspendSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 4267
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 4268
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 4270
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 4271
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 4274
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 4276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 4277
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 4279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginSuspend:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 4280
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$170
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$170.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 4279
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginSuspendDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 4294
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 4295
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$171
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$171.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$171.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4296
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$172
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$172.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$172.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4297
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 4298
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 4294
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>> listUsagesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 4334
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4335
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$174
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$174.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 4341
            aload 3 /* serviceCallback */
         3: .line 4333
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>> listUsagesAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 4354
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4355
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$175
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$175.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4354
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>>> listUsagesSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 4396
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 4397
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 4399
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 4400
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 4403
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 4405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 4406
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 4408
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* filter */
        start local 3 // java.lang.String filter
         9: .line 4409
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* filter */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listUsages:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 4410
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$177
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$177.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 4409
            areturn
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2               name  Ljava/lang/String;
            9   12     3             filter  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner> listUsages(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String filter
         0: .line 4436
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* filter */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 4437
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$178
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$178.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3             filter  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      filter             final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>> listUsagesAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String filter
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 4458
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* filter */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4459
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$179
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$179.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 4465
            aload 4 /* serviceCallback */
         3: .line 4457
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3             filter  Ljava/lang/String;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      filter             final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>> listUsagesAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String filter
         0: .line 4479
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* filter */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4480
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$180
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$180.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4479
            areturn
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3             filter  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      filter             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>>> listUsagesWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String filter
         0: .line 4499
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* filter */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4500
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$181
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$181.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4499
            areturn
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3             filter  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      filter             final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>>> listUsagesSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String filter
         0: .line 4523
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 4524
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 4526
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 4527
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 4530
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 4532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 4533
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 4535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* filter */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listUsages:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 4536
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$182
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$182.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 4535
            areturn
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
            0   11     3             filter  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      filter             final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>> listUsagesDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 4550
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 4551
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$183
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$183.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$183.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4552
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4553
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4550
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/CsmUsageQuotaInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listWorkerPoolsAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 4589
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4590
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$185
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$185.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 4596
            aload 3 /* serviceCallback */
         3: .line 4588
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listWorkerPoolsAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 4609
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 4610
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$186
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$186.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4609
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>>> listWorkerPoolsSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 4651
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 4652
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 4654
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 4655
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 4658
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 4660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 4661
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 4663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWorkerPools:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 4664
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$188
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$188.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 4663
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listWorkerPoolsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 4678
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 4679
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$189
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$189.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$189.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4680
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4681
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4678
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner getWorkerPool(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 4697
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3     workerPoolName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      workerPoolName     

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> getWorkerPoolAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 4712
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3     workerPoolName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      workerPoolName     
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> getWorkerPoolAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 4726
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$190
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$190.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      workerPoolName     

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> getWorkerPoolWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 4745
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 4746
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 4748
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 4749
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4751
      StackMap locals:
      StackMap stack:
            aload 3 /* workerPoolName */
            ifnonnull 6
         5: .line 4752
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 4754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 4755
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 4757
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 4758
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 4760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.getWorkerPool:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 4761
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$191
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$191.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 4760
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      workerPoolName     

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> getWorkerPoolDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 4775
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 4776
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$192
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$192.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$192.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4777
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4778
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4775
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner createOrUpdateWorkerPool(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
         0: .line 4795
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* workerPoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.createOrUpdateWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3      workerPoolName  Ljava/lang/String;
            0    1     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> createOrUpdateWorkerPoolAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 4811
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* workerPoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.createOrUpdateWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3      workerPoolName  Ljava/lang/String;
            0    1     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    1     5     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> createOrUpdateWorkerPoolAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
         0: .line 4826
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* workerPoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.createOrUpdateWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$193
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$193.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3      workerPoolName  Ljava/lang/String;
            0    1     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> createOrUpdateWorkerPoolWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
         0: .line 4846
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 4847
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 4849
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 4850
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4852
      StackMap locals:
      StackMap stack:
            aload 3 /* workerPoolName */
            ifnonnull 6
         5: .line 4853
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 4855
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 4856
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 4858
      StackMap locals:
      StackMap stack:
            aload 4 /* workerPoolEnvelope */
            ifnonnull 10
         9: .line 4859
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 4861
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 4862
            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
        12: .line 4864
      StackMap locals:
      StackMap stack:
            aload 4 /* workerPoolEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 4865
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* workerPoolEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.createOrUpdateWorkerPool:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        14: .line 4866
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 5 /* observable */
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$194
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$194.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$194.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   15     1   resourceGroupName  Ljava/lang/String;
            0   15     2                name  Ljava/lang/String;
            0   15     3      workerPoolName  Ljava/lang/String;
            0   15     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
           14   15     5          observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner beginCreateOrUpdateWorkerPool(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
         0: .line 4883
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* workerPoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginCreateOrUpdateWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3      workerPoolName  Ljava/lang/String;
            0    1     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> beginCreateOrUpdateWorkerPoolAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 4899
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* workerPoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginCreateOrUpdateWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3      workerPoolName  Ljava/lang/String;
            0    1     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    1     5     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> beginCreateOrUpdateWorkerPoolAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
         0: .line 4914
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* workerPoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginCreateOrUpdateWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$195
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$195.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3      workerPoolName  Ljava/lang/String;
            0    1     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> beginCreateOrUpdateWorkerPoolWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
         0: .line 4934
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 4935
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 4937
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 4938
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4940
      StackMap locals:
      StackMap stack:
            aload 3 /* workerPoolName */
            ifnonnull 6
         5: .line 4941
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 4943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 4944
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 4946
      StackMap locals:
      StackMap stack:
            aload 4 /* workerPoolEnvelope */
            ifnonnull 10
         9: .line 4947
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 4949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 4950
            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
        12: .line 4952
      StackMap locals:
      StackMap stack:
            aload 4 /* workerPoolEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 4953
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* workerPoolEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginCreateOrUpdateWorkerPool:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 4954
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$196
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$196.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 4953
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   16     1   resourceGroupName  Ljava/lang/String;
            0   16     2                name  Ljava/lang/String;
            0   16     3      workerPoolName  Ljava/lang/String;
            0   16     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> beginCreateOrUpdateWorkerPoolDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 4968
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 4969
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$197
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$197.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$197.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4970
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$198
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$198.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$198.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4971
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 4972
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 4968
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/WorkerPoolResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner updateWorkerPool(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
         0: .line 4989
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* workerPoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.updateWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3      workerPoolName  Ljava/lang/String;
            0    1     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> updateWorkerPoolAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 5005
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* workerPoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.updateWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3      workerPoolName  Ljava/lang/String;
            0    1     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    1     5     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> updateWorkerPoolAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
         0: .line 5020
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* workerPoolEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.updateWorkerPoolWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$199
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$199.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3      workerPoolName  Ljava/lang/String;
            0    1     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> updateWorkerPoolWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
         0: .line 5040
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 5041
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 5043
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 5044
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 5046
      StackMap locals:
      StackMap stack:
            aload 3 /* workerPoolName */
            ifnonnull 6
         5: .line 5047
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 5049
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 5050
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 5052
      StackMap locals:
      StackMap stack:
            aload 4 /* workerPoolEnvelope */
            ifnonnull 10
         9: .line 5053
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 5055
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 5056
            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
        12: .line 5058
      StackMap locals:
      StackMap stack:
            aload 4 /* workerPoolEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 5059
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* workerPoolEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.updateWorkerPool:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 5060
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$200
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$200.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 5059
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner workerPoolEnvelope
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   16     1   resourceGroupName  Ljava/lang/String;
            0   16     2                name  Ljava/lang/String;
            0   16     3      workerPoolName  Ljava/lang/String;
            0   16     4  workerPoolEnvelope  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      workerPoolName      
      workerPoolEnvelope  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> updateWorkerPoolDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 5074
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 5075
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$201
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$201.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$201.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 5076
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$202
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$202.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$202.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 5077
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 5078
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 5074
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/WorkerPoolResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner> listWorkerPoolInstanceMetricDefinitions(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // java.lang.String instance
         0: .line 5095
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* instance */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolInstanceMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 5 /* response */
        start local 5 // com.microsoft.rest.ServiceResponse response
         1: .line 5096
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$203
            dup
            aload 0 /* this */
            aload 5 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$203.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 5 // com.microsoft.rest.ServiceResponse response
        end local 4 // java.lang.String instance
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3     workerPoolName  Ljava/lang/String;
            0    2     4           instance  Ljava/lang/String;
            1    2     5           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final
      instance           final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWorkerPoolInstanceMetricDefinitionsAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // java.lang.String instance
        start local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 5118
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* instance */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolInstanceMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5119
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$204
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$204.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 5125
            aload 5 /* serviceCallback */
         3: .line 5117
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 4 // java.lang.String instance
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3     workerPoolName  Ljava/lang/String;
            0    4     4           instance  Ljava/lang/String;
            0    4     5    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final
      instance           final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWorkerPoolInstanceMetricDefinitionsAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // java.lang.String instance
         0: .line 5140
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* instance */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolInstanceMetricDefinitionsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5141
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$205
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$205.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 5140
            areturn
        end local 4 // java.lang.String instance
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3     workerPoolName  Ljava/lang/String;
            0    3     4           instance  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final
      instance           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listWorkerPoolInstanceMetricDefinitionsWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // java.lang.String instance
         0: .line 5161
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* instance */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolInstanceMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5162
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$206
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$206.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 5161
            areturn
        end local 4 // java.lang.String instance
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3     workerPoolName  Ljava/lang/String;
            0    3     4           instance  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final
      instance           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listWorkerPoolInstanceMetricDefinitionsSinglePageAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // java.lang.String instance
         0: .line 5186
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 5187
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 5189
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 5190
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 5192
      StackMap locals:
      StackMap stack:
            aload 3 /* workerPoolName */
            ifnonnull 6
         5: .line 5193
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 5195
      StackMap locals:
      StackMap stack:
            aload 4 /* instance */
            ifnonnull 8
         7: .line 5196
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter instance is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 5198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 5199
            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
        10: .line 5201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 5202
            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
        12: .line 5204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 4 /* instance */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWorkerPoolInstanceMetricDefinitions:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        13: .line 5205
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$207
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$207.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 5204
            areturn
        end local 4 // java.lang.String instance
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2               name  Ljava/lang/String;
            0   15     3     workerPoolName  Ljava/lang/String;
            0   15     4           instance  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final
      instance           final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWorkerPoolInstanceMetricDefinitionsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 5219
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 5220
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$208
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$208.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$208.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 5221
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 5222
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 5219
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner> listWebWorkerMetricDefinitions(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5238
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 5239
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$209
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$209.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3     workerPoolName  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWebWorkerMetricDefinitionsAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 5260
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5261
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$210
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$210.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 5267
            aload 4 /* serviceCallback */
         3: .line 5259
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3     workerPoolName  Ljava/lang/String;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWebWorkerMetricDefinitionsAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5281
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerMetricDefinitionsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5282
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$211
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$211.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 5281
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listWebWorkerMetricDefinitionsWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5301
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerMetricDefinitionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5302
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$212
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$212.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 5301
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listWebWorkerMetricDefinitionsSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5325
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 5326
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 5328
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 5329
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 5331
      StackMap locals:
      StackMap stack:
            aload 3 /* workerPoolName */
            ifnonnull 6
         5: .line 5332
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 5334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 5335
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 5337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 5338
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 5340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWebWorkerMetricDefinitions:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 5341
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$213
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$213.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 5340
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWebWorkerMetricDefinitionsDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 5355
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 5356
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$214
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$214.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$214.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 5357
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 5358
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 5355
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SkuInfoInner> listWorkerPoolSkus(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5374
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolSkusSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 5375
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$215
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$215.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3     workerPoolName  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listWorkerPoolSkusAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 5396
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolSkusSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5397
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$216
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$216.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 5403
            aload 4 /* serviceCallback */
         3: .line 5395
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3     workerPoolName  Ljava/lang/String;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listWorkerPoolSkusAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5417
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolSkusWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5418
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$217
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$217.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 5417
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>>> listWorkerPoolSkusWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5437
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolSkusSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5438
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$218
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$218.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 5437
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>>> listWorkerPoolSkusSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5461
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 5462
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 5464
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 5465
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 5467
      StackMap locals:
      StackMap stack:
            aload 3 /* workerPoolName */
            ifnonnull 6
         5: .line 5468
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 5470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 5471
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 5473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 5474
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 5476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWorkerPoolSkus:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 5477
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$219
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$219.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 5476
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listWorkerPoolSkusDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 5491
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 5492
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$220
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$220.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$220.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 5493
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 5494
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 5491
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SkuInfoInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.UsageInner> listWebWorkerUsages(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5510
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 5511
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$221
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$221.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3     workerPoolName  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.UsageInner>> listWebWorkerUsagesAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.UsageInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 5532
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5533
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$222
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$222.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 5539
            aload 4 /* serviceCallback */
         3: .line 5531
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3     workerPoolName  Ljava/lang/String;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.UsageInner>> listWebWorkerUsagesAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5553
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5554
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$223
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$223.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 5553
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.UsageInner>>> listWebWorkerUsagesWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5573
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 5574
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$224
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$224.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 5573
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.UsageInner>>> listWebWorkerUsagesSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerPoolName
         0: .line 5597
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 5598
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 5600
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 5601
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 5603
      StackMap locals:
      StackMap stack:
            aload 3 /* workerPoolName */
            ifnonnull 6
         5: .line 5604
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerPoolName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 5606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 5607
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 5609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 5610
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 5612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerPoolName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWebWorkerUsages:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 5613
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$225
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$225.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 5612
            areturn
        end local 3 // java.lang.String workerPoolName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3     workerPoolName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      workerPoolName     final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.UsageInner>> listWebWorkerUsagesDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 5627
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 5628
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$226
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$226.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$226.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 5629
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 5630
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 5627
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/UsageInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner> 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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 5644
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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 5645
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$227
            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.AppServiceEnvironmentsInner$227.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServiceEnvironmentResourceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>>> 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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 5724
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 5725
            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 5727
      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 5728
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 5729
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$231
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$231.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 5728
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServiceEnvironmentResourceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> 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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 5743
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 5744
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$232
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$232.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$232.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 5745
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 5746
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 5743
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServiceEnvironmentResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>);
    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.AppServiceEnvironmentsInner 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 5781
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 5782
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$234
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$234.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 5788
            aload 3 /* serviceCallback */
         3: .line 5780
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>>> listByResourceGroupNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 5840
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 5841
            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 5843
      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 5844
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 5845
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$237
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$237.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 5844
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServiceEnvironmentResourceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner>> listByResourceGroupNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 5859
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 5860
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$238
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$238.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$238.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 5861
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 5862
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 5859
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServiceEnvironmentResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.StampCapacityInner> listCapacitiesNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 5876
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listCapacitiesNextSinglePageAsync:(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 5877
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$239
            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.AppServiceEnvironmentsInner$239.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/StampCapacityInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>> listCapacitiesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>);
    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.AppServiceEnvironmentsInner 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 5897
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listCapacitiesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 5898
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$240
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$240.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 5904
            aload 3 /* serviceCallback */
         3: .line 5896
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>>> listCapacitiesNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 5956
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 5957
            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 5959
      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 5960
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listCapacitiesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 5961
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$243
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$243.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 5960
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/StampCapacityInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.StampCapacityInner>> listCapacitiesNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 5975
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 5976
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$244
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$244.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$244.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 5977
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 5978
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 5975
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/StampCapacityInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> changeVnetNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 5992
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.changeVnetNextSinglePageAsync:(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 5993
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$245
            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.AppServiceEnvironmentsInner$245.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> changeVnetNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    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.AppServiceEnvironmentsInner 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 6013
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.changeVnetNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 6014
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$246
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$246.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 6020
            aload 3 /* serviceCallback */
         3: .line 6012
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> changeVnetNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6072
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 6073
            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 6075
      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 6076
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.changeVnetNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 6077
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$249
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$249.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 6076
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> changeVnetNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 6091
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 6092
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$250
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$250.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$250.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 6093
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$251
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$251.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$251.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 6094
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 6095
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 6091
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException, java.lang.InterruptedException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> beginChangeVnetNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6109
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginChangeVnetNextSinglePageAsync:(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 6110
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$252
            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.AppServiceEnvironmentsInner$252.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginChangeVnetNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    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.AppServiceEnvironmentsInner 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 6130
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginChangeVnetNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 6131
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$253
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$253.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 6137
            aload 3 /* serviceCallback */
         3: .line 6129
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> beginChangeVnetNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6189
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 6190
            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 6192
      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 6193
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginChangeVnetNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 6194
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$256
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$256.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 6193
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginChangeVnetNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 6208
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 6209
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$257
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$257.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$257.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 6210
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$258
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$258.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$258.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 6211
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 6212
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 6208
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner> getInboundNetworkDependenciesEndpointsNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6226
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getInboundNetworkDependenciesEndpointsNextSinglePageAsync:(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 6227
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$259
            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.AppServiceEnvironmentsInner$259.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/InboundEnvironmentEndpointInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>> getInboundNetworkDependenciesEndpointsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>);
    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.AppServiceEnvironmentsInner 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 6247
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getInboundNetworkDependenciesEndpointsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 6248
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$260
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$260.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 6254
            aload 3 /* serviceCallback */
         3: .line 6246
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/InboundEnvironmentEndpointInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>>> getInboundNetworkDependenciesEndpointsNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6306
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 6307
            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 6309
      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 6310
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.getInboundNetworkDependenciesEndpointsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 6311
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$263
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$263.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 6310
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/InboundEnvironmentEndpointInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.InboundEnvironmentEndpointInner>> getInboundNetworkDependenciesEndpointsNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 6325
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 6326
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$264
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$264.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$264.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 6327
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 6328
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 6325
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/InboundEnvironmentEndpointInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> listMultiRolePoolsNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6342
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolsNextSinglePageAsync:(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 6343
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$265
            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.AppServiceEnvironmentsInner$265.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listMultiRolePoolsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    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.AppServiceEnvironmentsInner 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 6363
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 6364
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$266
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$266.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 6370
            aload 3 /* serviceCallback */
         3: .line 6362
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>>> listMultiRolePoolsNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6422
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 6423
            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 6425
      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 6426
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRolePoolsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 6427
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$269
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$269.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 6426
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listMultiRolePoolsNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 6441
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 6442
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$270
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$270.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$270.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 6443
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 6444
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 6441
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner> listMultiRolePoolInstanceMetricDefinitionsNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6458
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolInstanceMetricDefinitionsNextSinglePageAsync:(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 6459
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$271
            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.AppServiceEnvironmentsInner$271.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRolePoolInstanceMetricDefinitionsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>);
    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.AppServiceEnvironmentsInner 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 6479
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolInstanceMetricDefinitionsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 6480
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$272
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$272.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 6486
            aload 3 /* serviceCallback */
         3: .line 6478
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listMultiRolePoolInstanceMetricDefinitionsNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6538
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 6539
            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 6541
      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 6542
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRolePoolInstanceMetricDefinitionsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 6543
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$275
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$275.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 6542
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRolePoolInstanceMetricDefinitionsNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 6557
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 6558
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$276
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$276.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$276.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 6559
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 6560
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 6557
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner> listMultiRoleMetricDefinitionsNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6574
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRoleMetricDefinitionsNextSinglePageAsync:(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 6575
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$277
            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.AppServiceEnvironmentsInner$277.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRoleMetricDefinitionsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>);
    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.AppServiceEnvironmentsInner 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 6595
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRoleMetricDefinitionsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 6596
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$278
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$278.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 6602
            aload 3 /* serviceCallback */
         3: .line 6594
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listMultiRoleMetricDefinitionsNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6654
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 6655
            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 6657
      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 6658
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRoleMetricDefinitionsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 6659
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$281
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$281.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 6658
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listMultiRoleMetricDefinitionsNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 6673
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 6674
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$282
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$282.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$282.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 6675
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 6676
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 6673
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SkuInfoInner> listMultiRolePoolSkusNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6690
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolSkusNextSinglePageAsync:(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 6691
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$283
            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.AppServiceEnvironmentsInner$283.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SkuInfoInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listMultiRolePoolSkusNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>);
    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.AppServiceEnvironmentsInner 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 6711
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRolePoolSkusNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 6712
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$284
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$284.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 6718
            aload 3 /* serviceCallback */
         3: .line 6710
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>>> listMultiRolePoolSkusNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6770
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 6771
            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 6773
      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 6774
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRolePoolSkusNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 6775
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$287
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$287.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 6774
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SkuInfoInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listMultiRolePoolSkusNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 6789
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 6790
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$288
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$288.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$288.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 6791
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 6792
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 6789
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SkuInfoInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.UsageInner> listMultiRoleUsagesNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6806
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRoleUsagesNextSinglePageAsync:(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 6807
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$289
            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.AppServiceEnvironmentsInner$289.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/UsageInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.UsageInner>> listMultiRoleUsagesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.UsageInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.UsageInner>);
    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.AppServiceEnvironmentsInner 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 6827
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listMultiRoleUsagesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 6828
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$290
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$290.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 6834
            aload 3 /* serviceCallback */
         3: .line 6826
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.UsageInner>>> listMultiRoleUsagesNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6886
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 6887
            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 6889
      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 6890
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listMultiRoleUsagesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 6891
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$293
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$293.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 6890
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/UsageInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.UsageInner>> listMultiRoleUsagesNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 6905
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 6906
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$294
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$294.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$294.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 6907
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 6908
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 6905
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/UsageInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner> getOutboundNetworkDependenciesEndpointsNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 6922
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getOutboundNetworkDependenciesEndpointsNextSinglePageAsync:(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 6923
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$295
            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.AppServiceEnvironmentsInner$295.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/OutboundEnvironmentEndpointInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>> getOutboundNetworkDependenciesEndpointsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>);
    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.AppServiceEnvironmentsInner 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 6943
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getOutboundNetworkDependenciesEndpointsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 6944
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$296
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$296.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 6950
            aload 3 /* serviceCallback */
         3: .line 6942
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/OutboundEnvironmentEndpointInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>>> getOutboundNetworkDependenciesEndpointsNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7002
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 7003
            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 7005
      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 7006
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.getOutboundNetworkDependenciesEndpointsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 7007
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$299
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$299.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 7006
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/OutboundEnvironmentEndpointInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.OutboundEnvironmentEndpointInner>> getOutboundNetworkDependenciesEndpointsNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 7021
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 7022
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$300
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$300.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$300.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 7023
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 7024
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 7021
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/OutboundEnvironmentEndpointInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> resumeNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7038
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.resumeNextSinglePageAsync:(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 7039
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$301
            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.AppServiceEnvironmentsInner$301.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> resumeNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    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.AppServiceEnvironmentsInner 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 7059
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.resumeNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 7060
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$302
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$302.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 7066
            aload 3 /* serviceCallback */
         3: .line 7058
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> resumeNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7118
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 7119
            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 7121
      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 7122
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.resumeNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 7123
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$305
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$305.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 7122
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> resumeNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 7137
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 7138
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$306
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$306.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$306.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 7139
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$307
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$307.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$307.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 7140
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 7141
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 7137
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException, java.lang.InterruptedException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> beginResumeNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7155
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginResumeNextSinglePageAsync:(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 7156
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$308
            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.AppServiceEnvironmentsInner$308.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginResumeNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    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.AppServiceEnvironmentsInner 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 7176
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginResumeNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 7177
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$309
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$309.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 7183
            aload 3 /* serviceCallback */
         3: .line 7175
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> beginResumeNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7235
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 7236
            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 7238
      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 7239
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginResumeNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 7240
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$312
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$312.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 7239
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginResumeNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 7254
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 7255
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$313
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$313.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$313.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 7256
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$314
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$314.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$314.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 7257
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 7258
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 7254
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner> listAppServicePlansNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7272
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listAppServicePlansNextSinglePageAsync:(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 7273
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$315
            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.AppServiceEnvironmentsInner$315.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServicePlanInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> listAppServicePlansNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>);
    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.AppServiceEnvironmentsInner 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 7293
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listAppServicePlansNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 7294
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$316
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$316.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 7300
            aload 3 /* serviceCallback */
         3: .line 7292
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>>> listAppServicePlansNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7352
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 7353
            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 7355
      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 7356
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listAppServicePlansNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 7357
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$319
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$319.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 7356
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServicePlanInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> listAppServicePlansNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 7371
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 7372
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$320
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$320.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$320.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 7373
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 7374
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 7371
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/AppServicePlanInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> listWebAppsNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7388
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebAppsNextSinglePageAsync:(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 7389
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$321
            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.AppServiceEnvironmentsInner$321.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> listWebAppsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    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.AppServiceEnvironmentsInner 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 7409
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebAppsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 7410
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$322
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$322.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 7416
            aload 3 /* serviceCallback */
         3: .line 7408
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> listWebAppsNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7468
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 7469
            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 7471
      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 7472
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWebAppsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 7473
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$325
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$325.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 7472
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> listWebAppsNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 7487
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 7488
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$326
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$326.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$326.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 7489
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 7490
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 7487
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> suspendNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7504
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.suspendNextSinglePageAsync:(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 7505
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$327
            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.AppServiceEnvironmentsInner$327.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> suspendNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    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.AppServiceEnvironmentsInner 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 7525
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.suspendNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 7526
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$328
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$328.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 7532
            aload 3 /* serviceCallback */
         3: .line 7524
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> suspendNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7584
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 7585
            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 7587
      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 7588
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.suspendNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 7589
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$331
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$331.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 7588
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> suspendNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 7603
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 7604
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$332
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$332.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$332.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 7605
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$333
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$333.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$333.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 7606
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 7607
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 7603
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException, java.lang.InterruptedException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner> beginSuspendNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7621
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginSuspendNextSinglePageAsync:(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 7622
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$334
            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.AppServiceEnvironmentsInner$334.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginSuspendNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SiteInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    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.AppServiceEnvironmentsInner 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 7642
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.beginSuspendNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 7643
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$335
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$335.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 7649
            aload 3 /* serviceCallback */
         3: .line 7641
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SiteInner>>> beginSuspendNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7701
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 7702
            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 7704
      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 7705
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.beginSuspendNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 7706
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$338
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$338.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 7705
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SiteInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SiteInner>> beginSuspendNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 7720
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 7721
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$339
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$339.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$339.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 7722
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$340
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$340.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$340.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 7723
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 7724
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 7720
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    6     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/SiteInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner> listUsagesNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7738
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listUsagesNextSinglePageAsync:(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 7739
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$341
            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.AppServiceEnvironmentsInner$341.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/CsmUsageQuotaInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>> listUsagesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>);
    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.AppServiceEnvironmentsInner 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 7759
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listUsagesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 7760
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$342
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$342.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 7766
            aload 3 /* serviceCallback */
         3: .line 7758
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>>> listUsagesNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7818
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 7819
            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 7821
      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 7822
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listUsagesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 7823
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$345
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$345.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 7822
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/CsmUsageQuotaInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner>> listUsagesNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 7837
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 7838
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$346
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$346.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$346.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 7839
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 7840
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 7837
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/CsmUsageQuotaInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner> listWorkerPoolsNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7854
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolsNextSinglePageAsync:(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 7855
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$347
            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.AppServiceEnvironmentsInner$347.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listWorkerPoolsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>);
    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.AppServiceEnvironmentsInner 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 7875
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 7876
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$348
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$348.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 7882
            aload 3 /* serviceCallback */
         3: .line 7874
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>>> listWorkerPoolsNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7934
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 7935
            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 7937
      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 7938
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWorkerPoolsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 7939
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$351
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$351.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 7938
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner>> listWorkerPoolsNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 7953
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 7954
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$352
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$352.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$352.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 7955
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 7956
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 7953
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/WorkerPoolResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner> listWorkerPoolInstanceMetricDefinitionsNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 7970
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolInstanceMetricDefinitionsNextSinglePageAsync:(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 7971
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$353
            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.AppServiceEnvironmentsInner$353.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWorkerPoolInstanceMetricDefinitionsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>);
    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.AppServiceEnvironmentsInner 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 7991
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolInstanceMetricDefinitionsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 7992
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$354
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$354.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 7998
            aload 3 /* serviceCallback */
         3: .line 7990
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listWorkerPoolInstanceMetricDefinitionsNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 8050
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 8051
            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 8053
      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 8054
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWorkerPoolInstanceMetricDefinitionsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 8055
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$357
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$357.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 8054
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWorkerPoolInstanceMetricDefinitionsNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 8069
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 8070
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$358
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$358.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$358.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 8071
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 8072
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 8069
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner> listWebWorkerMetricDefinitionsNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 8086
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerMetricDefinitionsNextSinglePageAsync:(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 8087
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$359
            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.AppServiceEnvironmentsInner$359.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWebWorkerMetricDefinitionsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>);
    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.AppServiceEnvironmentsInner 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 8107
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerMetricDefinitionsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 8108
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$360
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$360.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 8114
            aload 3 /* serviceCallback */
         3: .line 8106
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>>> listWebWorkerMetricDefinitionsNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 8166
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 8167
            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 8169
      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 8170
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWebWorkerMetricDefinitionsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 8171
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$363
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$363.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 8170
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.ResourceMetricDefinitionInner>> listWebWorkerMetricDefinitionsNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 8185
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 8186
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$364
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$364.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$364.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 8187
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 8188
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 8185
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/ResourceMetricDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SkuInfoInner> listWorkerPoolSkusNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 8202
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolSkusNextSinglePageAsync:(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 8203
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$365
            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.AppServiceEnvironmentsInner$365.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SkuInfoInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listWorkerPoolSkusNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>);
    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.AppServiceEnvironmentsInner 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 8223
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWorkerPoolSkusNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 8224
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$366
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$366.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 8230
            aload 3 /* serviceCallback */
         3: .line 8222
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/SkuInfoInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>>> listWorkerPoolSkusNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 8282
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 8283
            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 8285
      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 8286
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWorkerPoolSkusNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 8287
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$369
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$369.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 8286
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SkuInfoInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.SkuInfoInner>> listWorkerPoolSkusNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 8301
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 8302
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$370
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$370.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$370.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 8303
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 8304
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 8301
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/SkuInfoInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.UsageInner> listWebWorkerUsagesNext(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 8318
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerUsagesNextSinglePageAsync:(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 8319
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$371
            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.AppServiceEnvironmentsInner$371.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/UsageInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.UsageInner>> listWebWorkerUsagesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.UsageInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.UsageInner>);
    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.AppServiceEnvironmentsInner 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 8339
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.listWebWorkerUsagesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 8340
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$372
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$372.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
         2: .line 8346
            aload 3 /* serviceCallback */
         3: .line 8338
            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.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/UsageInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.UsageInner>>> listWebWorkerUsagesNextSinglePageAsync(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.AppServiceEnvironmentsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 8398
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 8399
            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 8401
      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 8402
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner$AppServiceEnvironmentsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner$AppServiceEnvironmentsService.listWebWorkerUsagesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 8403
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$375
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$375.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 8402
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/UsageInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.UsageInner>> listWebWorkerUsagesNextDelegate(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.AppServiceEnvironmentsInner this
        start local 1 // retrofit2.Response response
         0: .line 8417
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.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.AppServiceEnvironmentsInner.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 8418
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$376
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$376.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$376.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 8419
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 8420
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 8417
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentsInner;
            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/UsageInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.lang.Object getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;>;
SourceFile: "AppServiceEnvironmentsInner.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$1  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$10  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$100  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$101  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$102  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$103  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$104  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$105  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$106  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$107  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$108  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$109  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$11  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$110  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$111  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$112  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$113  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$114  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$115  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$116  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$117  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$118  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$119  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$12  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$120  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$121  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$122  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$123  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$124  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$125  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$126  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$127  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$128  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$129  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$13  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$130  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$131  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$132  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$133  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$134  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$135  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$136  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$137  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$138  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$139  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$14  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$140  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$141  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$142  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$143  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$144  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$145  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$146  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$147  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$148  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$149  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$15  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$150  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$151  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$152  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$153  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$154  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$155  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$156  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$157  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$158  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$159  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$16  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$160  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$161  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$162  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$163  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$164  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$165  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$166  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$167  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$168  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$169  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$17  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$170  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$171  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$172  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$173  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$174  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$175  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$176  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$177  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$178  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$179  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$18  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$180  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$181  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$182  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$183  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$184  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$185  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$186  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$187  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$188  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$189  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$19  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$190  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$191  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$192  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$193  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$194  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$195  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$196  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$197  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$198  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$199  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$2  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$20  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$200  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$201  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$202  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$203  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$204  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$205  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$206  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$207  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$208  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$209  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$21  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$210  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$211  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$212  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$213  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$214  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$215  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$216  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$217  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$218  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$219  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$22  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$220  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$221  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$222  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$223  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$224  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$225  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$226  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$227  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$228  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$229  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$23  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$230  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$231  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$232  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$233  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$234  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$235  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$236  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$237  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$238  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$239  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$24  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$240  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$241  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$242  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$243  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$244  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$245  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$246  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$247  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$248  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$249  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$25  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$250  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$251  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$252  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$253  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$254  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$255  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$256  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$257  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$258  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$259  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$26  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$260  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$261  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$262  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$263  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$264  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$265  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$266  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$267  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$268  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$269  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$27  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$270  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$271  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$272  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$273  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$274  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$275  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$276  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$277  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$278  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$279  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$28  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$280  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$281  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$282  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$283  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$284  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$285  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$286  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$287  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$288  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$289  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$29  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$290  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$291  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$292  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$293  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$294  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$295  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$296  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$297  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$298  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$299  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$3  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$30  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$300  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$301  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$302  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$303  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$304  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$305  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$306  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$307  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$308  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$309  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$31  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$310  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$311  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$312  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$313  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$314  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$315  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$316  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$317  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$318  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$319  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$32  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$320  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$321  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$322  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$323  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$324  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$325  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$326  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$327  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$328  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$329  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$33  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$330  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$331  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$332  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$333  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$334  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$335  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$336  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$337  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$338  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$339  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$34  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$340  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$341  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$342  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$343  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$344  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$345  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$346  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$347  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$348  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$349  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$35  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$350  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$351  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$352  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$353  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$354  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$355  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$356  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$357  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$358  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$359  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$36  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$360  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$361  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$362  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$363  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$364  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$365  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$366  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$367  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$368  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$369  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$37  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$370  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$371  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$372  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$373  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$374  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$375  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$376  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$38  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$39  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$4  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$40  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$41  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$42  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$43  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$44  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$45  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$46  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$47  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$48  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$49  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$5  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$50  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$51  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$52  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$53  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$54  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$55  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$56  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$57  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$58  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$59  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$6  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$60  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$61  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$62  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$63  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$64  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$65  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$66  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$67  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$68  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$69  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$7  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$70  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$71  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$72  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$73  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$74  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$75  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$76  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$77  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$78  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$79  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$8  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$80  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$81  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$82  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$83  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$84  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$85  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$86  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$87  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$88  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$89  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$9  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$90  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$91  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$92  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$93  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$94  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$95  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$96  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$97  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$98  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$99  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$AppServiceEnvironmentsService
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$1
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$10
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$100
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$101
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$102
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$103
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$104
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$105
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$106
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$107
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$108
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$109
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$11
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$110
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$111
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$112
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$113
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$114
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$115
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$116
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$117
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$118
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$119
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$12
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$120
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$121
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$122
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$123
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$124
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$125
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$126
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$127
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$128
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$129
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$13
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$130
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$131
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$132
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$133
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$134
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$135
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$136
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$137
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$138
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$139
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$14
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$140
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$141
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$142
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$143
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$144
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$145
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$146
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$147
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$148
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$149
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$15
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$150
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$151
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$152
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$153
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$154
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$155
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$156
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$157
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$158
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$159
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$16
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$160
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$161
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$162
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$163
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$164
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$165
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$166
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$167
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$168
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$169
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$17
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$170
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$171
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$172
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$173
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$174
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$175
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$176
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$177
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$178
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$179
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$18
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$180
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$181
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$182
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$183
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$184
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$185
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$186
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$187
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$188
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$189
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$19
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$190
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$191
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$192
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$193
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$194
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$195
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$196
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$197
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$198
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$199
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$2
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$20
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$200
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$201
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$202
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$203
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$204
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$205
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$206
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$207
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$208
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$209
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$21
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$210
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$211
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$212
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$213
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$214
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$215
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$216
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$217
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$218
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$219
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$22
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$220
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$221
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$222
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$223
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$224
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$225
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$226
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$227
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$228
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$229
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$23
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$230
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$231
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$232
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$233
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$234
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$235
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$236
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$237
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$238
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$239
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$24
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$240
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$241
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$242
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$243
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$244
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$245
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$246
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$247
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$248
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$249
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$25
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$250
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$251
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$252
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$253
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$254
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$255
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$256
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$257
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$258
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$259
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$26
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$260
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$261
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$262
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$263
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$264
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$265
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$266
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$267
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$268
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$269
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$27
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$270
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$271
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$272
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$273
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$274
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$275
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$276
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$277
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$278
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$279
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$28
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$280
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$281
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$282
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$283
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$284
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$285
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$286
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$287
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$288
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$289
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$29
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$290
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$291
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$292
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$293
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$294
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$295
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$296
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$297
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$298
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$299
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$3
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$30
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$300
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$301
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$302
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$303
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$304
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$305
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$306
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$307
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$308
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$309
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$31
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$310
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$311
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$312
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$313
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$314
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$315
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$316
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$317
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$318
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$319
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$32
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$320
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$321
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$322
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$323
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$324
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$325
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$326
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$327
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$328
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$329
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$33
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$330
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$331
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$332
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$333
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$334
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$335
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$336
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$337
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$338
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$339
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$34
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$340
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$341
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$342
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$343
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$344
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$345
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$346
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$347
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$348
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$349
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$35
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$350
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$351
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$352
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$353
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$354
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$355
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$356
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$357
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$358
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$359
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$36
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$360
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$361
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$362
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$363
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$364
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$365
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$366
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$367
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$368
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$369
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$37
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$370
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$371
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$372
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$373
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$374
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$375
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$376
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$38
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$39
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$4
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$40
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$41
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$42
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$43
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$44
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$45
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$46
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$47
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$48
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$49
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$5
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$50
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$51
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$52
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$53
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$54
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$55
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$56
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$57
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$58
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$59
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$6
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$60
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$61
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$62
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$63
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$64
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$65
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$66
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$67
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$68
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$69
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$7
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$70
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$71
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$72
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$73
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$74
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$75
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$76
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$77
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$78
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$79
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$8
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$80
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$81
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$82
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$83
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$84
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$85
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$86
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$87
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$88
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$89
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$9
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$90
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$91
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$92
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$93
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$94
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$95
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$96
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$97
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$98
  com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$99
  abstract AppServiceEnvironmentsService = com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner$AppServiceEnvironmentsService of com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder