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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>);
    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.AppServicePlansInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 237
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 238
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 244
            aload 1 /* serviceCallback */
         3: .line 236
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    Signature: (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
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
         0: .line 293
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 294
            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 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 297
            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 299
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* detailed */
        start local 1 // java.lang.Boolean detailed
         5: .line 300
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* detailed */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.list:(Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         6: .line 301
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         7: .line 300
            areturn
        end local 1 // java.lang.Boolean detailed
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            5    8     1  detailed  Ljava/lang/Boolean;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;>;

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner> list(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)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.AppServicePlansInner this
        start local 1 // java.lang.Boolean detailed
         0: .line 326
            aload 0 /* this */
            aload 1 /* detailed */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listSinglePageAsync:(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
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 327
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$6
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.Boolean detailed
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    2     1  detailed  Ljava/lang/Boolean;
            1    2     2  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;
    Signature: (Ljava/lang/Boolean;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    MethodParameters:
          Name  Flags
      detailed  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> listAsync(java.lang.Boolean, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>);
    descriptor: (Ljava/lang/Boolean;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.AppServicePlansInner this
        start local 1 // java.lang.Boolean detailed
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 347
            aload 0 /* this */
            aload 1 /* detailed */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listSinglePageAsync:(Ljava/lang/Boolean;)Lrx/Observable;
         1: .line 348
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 354
            aload 2 /* serviceCallback */
         3: .line 346
            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.Boolean detailed
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    4     1         detailed  Ljava/lang/Boolean;
            0    4     2  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    Signature: (Ljava/lang/Boolean;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
      detailed         final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> listAsync(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.Boolean detailed
         0: .line 367
            aload 0 /* this */
            aload 1 /* detailed */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWithServiceResponseAsync:(Ljava/lang/Boolean;)Lrx/Observable;
         1: .line 368
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 367
            areturn
        end local 1 // java.lang.Boolean detailed
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    3     1  detailed  Ljava/lang/Boolean;
    Signature: (Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;
    MethodParameters:
          Name  Flags
      detailed  final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>>> listSinglePageAsync(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.Boolean detailed
         0: .line 409
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 410
            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 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 413
            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 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* detailed */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.list:(Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 416
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$10.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 415
            areturn
        end local 1 // java.lang.Boolean detailed
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    7     1  detailed  Ljava/lang/Boolean;
    Signature: (Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;>;
    MethodParameters:
          Name  Flags
      detailed  final

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>);
    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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 467
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 468
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$13.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 474
            aload 2 /* serviceCallback */
         3: .line 466
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    Signature: (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
      serviceCallback    final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>>> 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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 526
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 527
            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 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 530
            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 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 533
            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 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 536
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$16.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 535
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/AppServicePlanInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> 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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 550
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 551
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$17.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 552
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 553
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 550
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.management.appservice.implementation.AppServicePlanInner getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 568
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlanInner
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlanInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>);
    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.AppServicePlansInner 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 582
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/AppServicePlanInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> 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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 613
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 614
            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 616
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 617
            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 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 620
            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 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 623
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 626
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$19.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 625
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/AppServicePlanInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

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

  public com.microsoft.azure.management.appservice.implementation.AppServicePlanInner createOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner appServicePlan
         0: .line 660
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* appServicePlan */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)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.AppServicePlanInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner appServicePlan
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3     appServicePlan  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      appServicePlan     

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner appServicePlan
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 675
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* appServicePlan */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)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.AppServicePlanInner appServicePlan
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3     appServicePlan  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      appServicePlan     
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner appServicePlan
         0: .line 708
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 709
            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 711
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 712
            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 714
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 715
            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 717
      StackMap locals:
      StackMap stack:
            aload 3 /* appServicePlan */
            ifnonnull 8
         7: .line 718
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter appServicePlan is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 721
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 723
      StackMap locals:
      StackMap stack:
            aload 3 /* appServicePlan */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 724
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* appServicePlan */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 725
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$23.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$23.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.AppServicePlanInner appServicePlan
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3     appServicePlan  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
           12   13     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      appServicePlan     

  public com.microsoft.azure.management.appservice.implementation.AppServicePlanInner beginCreateOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner appServicePlan
         0: .line 741
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* appServicePlan */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)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.AppServicePlanInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner appServicePlan
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3     appServicePlan  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      appServicePlan     

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner appServicePlan
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 756
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* appServicePlan */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)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.AppServicePlanInner appServicePlan
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3     appServicePlan  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      appServicePlan     
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner appServicePlan
         0: .line 789
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 790
            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 792
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 793
            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 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 796
            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 798
      StackMap locals:
      StackMap stack:
            aload 3 /* appServicePlan */
            ifnonnull 8
         7: .line 799
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter appServicePlan is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 802
            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 804
      StackMap locals:
      StackMap stack:
            aload 3 /* appServicePlan */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 805
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* appServicePlan */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 806
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$25.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 805
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner appServicePlan
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2               name  Ljava/lang/String;
            0   14     3     appServicePlan  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      appServicePlan     

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner> 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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 820
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 821
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$26.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$26.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 822
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$27.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$27.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 823
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 824
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 820
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/AppServicePlanInner;>;
    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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 838
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 839
            return
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner 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 852
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 865
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$28.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 883
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 884
            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 886
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 887
            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 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 890
            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 892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 893
            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 895
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 896
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$29.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 895
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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> deleteDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 910
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 911
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$30.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$30.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 912
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$31.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 913
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 914
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 910
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlanInner update(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.AppServicePlanPatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServicePlanPatchResource;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.AppServicePlanPatchResource appServicePlan
         0: .line 930
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* appServicePlan */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServicePlanPatchResource;)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.AppServicePlanInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.AppServicePlanPatchResource appServicePlan
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3     appServicePlan  Lcom/microsoft/azure/management/appservice/AppServicePlanPatchResource;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      appServicePlan     

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.AppServicePlanPatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServicePlanPatchResource;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.AppServicePlanPatchResource appServicePlan
         0: .line 978
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 979
            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 981
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 982
            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 984
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 985
            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 987
      StackMap locals:
      StackMap stack:
            aload 3 /* appServicePlan */
            ifnonnull 8
         7: .line 988
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter appServicePlan is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 991
            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 993
      StackMap locals:
      StackMap stack:
            aload 3 /* appServicePlan */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 994
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* appServicePlan */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServicePlanPatchResource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 995
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$33.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 994
            areturn
        end local 3 // com.microsoft.azure.management.appservice.AppServicePlanPatchResource appServicePlan
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2               name  Ljava/lang/String;
            0   14     3     appServicePlan  Lcom/microsoft/azure/management/appservice/AppServicePlanPatchResource;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServicePlanPatchResource;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      appServicePlan     

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

  public java.util.List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> listCapabilities(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1028
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listCapabilitiesWithServiceResponseAsync:(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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/CapabilityInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CapabilityInner>> listCapabilitiesAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.util.List<com.microsoft.azure.management.appservice.implementation.CapabilityInner>>);
    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.AppServicePlansInner 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 1042
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listCapabilitiesWithServiceResponseAsync:(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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/CapabilityInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CapabilityInner;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CapabilityInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      serviceCallback    final

  public rx.Observable<java.util.List<com.microsoft.azure.management.appservice.implementation.CapabilityInner>> listCapabilitiesAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1055
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listCapabilitiesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$36.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/CapabilityInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.CapabilityInner>>> listCapabilitiesWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1073
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1074
            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 1076
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1077
            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 1079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1080
            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 1082
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1083
            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 1085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listCapabilities:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1086
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$37.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1085
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/CapabilityInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

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

  public com.microsoft.azure.management.appservice.implementation.HybridConnectionInner getHybridConnection(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/management/appservice/implementation/HybridConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1120
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getHybridConnectionWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.HybridConnectionInner
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3      namespaceName  Ljava/lang/String;
            0    1     4          relayName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner> getHybridConnectionAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1136
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getHybridConnectionWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3      namespaceName  Ljava/lang/String;
            0    1     4          relayName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner> getHybridConnectionAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1151
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getHybridConnectionWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$39.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3      namespaceName  Ljava/lang/String;
            0    1     4          relayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>> getHybridConnectionWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1171
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1172
            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 1174
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1175
            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 1177
      StackMap locals:
      StackMap stack:
            aload 3 /* namespaceName */
            ifnonnull 6
         5: .line 1178
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1180
      StackMap locals:
      StackMap stack:
            aload 4 /* relayName */
            ifnonnull 8
         7: .line 1181
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter relayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1184
            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 1186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1187
            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 1189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.getHybridConnection:(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 1190
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$40.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1189
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2               name  Ljava/lang/String;
            0   15     3      namespaceName  Ljava/lang/String;
            0   15     4          relayName  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/management/appservice/implementation/HybridConnectionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          

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

  public void deleteHybridConnection(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;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1223
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.deleteHybridConnectionWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 1224
            return
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3      namespaceName  Ljava/lang/String;
            0    2     4          relayName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteHybridConnectionAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1239
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.deleteHybridConnectionWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3      namespaceName  Ljava/lang/String;
            0    1     4          relayName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;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               
      namespaceName      
      relayName          
      serviceCallback    final

  public rx.Observable<java.lang.Void> deleteHybridConnectionAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1254
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.deleteHybridConnectionWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$42.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3      namespaceName  Ljava/lang/String;
            0    1     4          relayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteHybridConnectionWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1274
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1275
            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 1277
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1278
            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 1280
      StackMap locals:
      StackMap stack:
            aload 3 /* namespaceName */
            ifnonnull 6
         5: .line 1281
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1283
      StackMap locals:
      StackMap stack:
            aload 4 /* relayName */
            ifnonnull 8
         7: .line 1284
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter relayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1287
            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 1289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1290
            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 1292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.deleteHybridConnection:(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 1293
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$43.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1292
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2               name  Ljava/lang/String;
            0   15     3      namespaceName  Ljava/lang/String;
            0   15     4          relayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteHybridConnectionDelegate(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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 1307
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 1308
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$44.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$44.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1309
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$45.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$45.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1310
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1311
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1307
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.HybridConnectionKeyInner listHybridConnectionKeys(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/management/appservice/implementation/HybridConnectionKeyInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1328
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listHybridConnectionKeysWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.HybridConnectionKeyInner
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3      namespaceName  Ljava/lang/String;
            0    1     4          relayName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.HybridConnectionKeyInner> listHybridConnectionKeysAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.HybridConnectionKeyInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1344
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listHybridConnectionKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3      namespaceName  Ljava/lang/String;
            0    1     4          relayName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionKeyInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionKeyInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionKeyInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.HybridConnectionKeyInner> listHybridConnectionKeysAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1359
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listHybridConnectionKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$46.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3      namespaceName  Ljava/lang/String;
            0    1     4          relayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionKeyInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.HybridConnectionKeyInner>> listHybridConnectionKeysWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1379
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1380
            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 1382
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1383
            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 1385
      StackMap locals:
      StackMap stack:
            aload 3 /* namespaceName */
            ifnonnull 6
         5: .line 1386
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1388
      StackMap locals:
      StackMap stack:
            aload 4 /* relayName */
            ifnonnull 8
         7: .line 1389
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter relayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1392
            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 1394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1395
            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 1397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listHybridConnectionKeys:(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 1398
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$47.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1397
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2               name  Ljava/lang/String;
            0   15     3      namespaceName  Ljava/lang/String;
            0   15     4          relayName  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/management/appservice/implementation/HybridConnectionKeyInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      namespaceName      
      relayName          

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

  public com.microsoft.azure.PagedList<java.lang.String> listWebAppsByHybridConnection(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1432
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsByHybridConnectionSinglePageAsync:(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 1433
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$49
            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.AppServicePlansInner$49.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 5 // com.microsoft.rest.ServiceResponse response
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3      namespaceName  Ljava/lang/String;
            0    2     4          relayName  Ljava/lang/String;
            1    2     5           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Ljava/lang/String;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      namespaceName      final
      relayName          final

  public com.microsoft.rest.ServiceFuture<java.util.List<java.lang.String>> listWebAppsByHybridConnectionAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<java.lang.String>);
    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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
        start local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1455
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsByHybridConnectionSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1456
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$50.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 1462
            aload 5 /* serviceCallback */
         3: .line 1454
            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 relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3      namespaceName  Ljava/lang/String;
            0    4     4          relayName  Ljava/lang/String;
            0    4     5    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Ljava/lang/String;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      namespaceName      final
      relayName          final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<java.lang.String>> listWebAppsByHybridConnectionAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1477
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsByHybridConnectionWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1478
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$51.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1477
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3      namespaceName  Ljava/lang/String;
            0    3     4          relayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Ljava/lang/String;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      namespaceName      final
      relayName          final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<java.lang.String>>> listWebAppsByHybridConnectionWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1498
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsByHybridConnectionSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1499
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$52.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1498
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3      namespaceName  Ljava/lang/String;
            0    3     4          relayName  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<Ljava/lang/String;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      namespaceName      final
      relayName          final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<java.lang.String>>> listWebAppsByHybridConnectionSinglePageAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String namespaceName
        start local 4 // java.lang.String relayName
         0: .line 1523
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1524
            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 1526
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1527
            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 1529
      StackMap locals:
      StackMap stack:
            aload 3 /* namespaceName */
            ifnonnull 6
         5: .line 1530
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1532
      StackMap locals:
      StackMap stack:
            aload 4 /* relayName */
            ifnonnull 8
         7: .line 1533
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter relayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1536
            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 1538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1539
            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 1541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* namespaceName */
            aload 4 /* relayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listWebAppsByHybridConnection:(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 1542
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$53.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1541
            areturn
        end local 4 // java.lang.String relayName
        end local 3 // java.lang.String namespaceName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2               name  Ljava/lang/String;
            0   15     3      namespaceName  Ljava/lang/String;
            0   15     4          relayName  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<Ljava/lang/String;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      namespaceName      final
      relayName          final

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

  public com.microsoft.azure.management.appservice.implementation.HybridConnectionLimitsInner getHybridConnectionPlanLimit(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionLimitsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1574
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getHybridConnectionPlanLimitWithServiceResponseAsync:(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.HybridConnectionLimitsInner
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.HybridConnectionLimitsInner> getHybridConnectionPlanLimitAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.HybridConnectionLimitsInner>);
    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.AppServicePlansInner 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 1588
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getHybridConnectionPlanLimitWithServiceResponseAsync:(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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionLimitsInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionLimitsInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionLimitsInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.HybridConnectionLimitsInner> getHybridConnectionPlanLimitAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1601
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getHybridConnectionPlanLimitWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$55.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionLimitsInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.HybridConnectionLimitsInner>> getHybridConnectionPlanLimitWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1619
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1620
            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 1622
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1623
            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 1625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1626
            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 1628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1629
            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 1631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.getHybridConnectionPlanLimit:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1632
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$56
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$56.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1631
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionLimitsInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner> listHybridConnections(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1664
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listHybridConnectionsSinglePageAsync:(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 1665
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$58
            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.AppServicePlansInner$58.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>> listHybridConnectionsAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>);
    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.AppServicePlansInner 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 1685
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listHybridConnectionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1686
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$59
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$59.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 1692
            aload 3 /* serviceCallback */
         3: .line 1684
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>> listHybridConnectionsAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1705
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listHybridConnectionsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1706
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$60
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$60.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1705
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>>> listHybridConnectionsWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1724
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listHybridConnectionsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1725
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$61.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1724
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>>> listHybridConnectionsSinglePageAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1747
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1748
            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 1750
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1751
            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 1753
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1754
            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 1756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1757
            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 1759
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listHybridConnections:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1760
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$62
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$62.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1759
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionInner;>;>;>;
    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.HybridConnectionInner>> listHybridConnectionsDelegate(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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 1774
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 1775
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$63.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$63.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1776
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1777
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1774
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public void restartWebApps(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1791
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.restartWebAppsWithServiceResponseAsync:(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 1792
            return
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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> restartWebAppsAsync(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.AppServicePlansInner 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 1805
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.restartWebAppsWithServiceResponseAsync:(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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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> restartWebAppsAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1818
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.restartWebAppsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$64.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>> restartWebAppsWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1836
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1837
            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 1839
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1840
            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 1842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1843
            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 1845
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1846
            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 1848
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* softRestart */
        start local 3 // java.lang.Boolean softRestart
         9: .line 1849
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* softRestart */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.restartWebApps:(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 1850
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$65
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$65.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 1849
            areturn
        end local 3 // java.lang.Boolean softRestart
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2               name  Ljava/lang/String;
            9   12     3        softRestart  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 restartWebApps(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.Boolean softRestart
         0: .line 1875
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* softRestart */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.restartWebAppsWithServiceResponseAsync:(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 1876
            return
        end local 3 // java.lang.Boolean softRestart
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3        softRestart  Ljava/lang/Boolean;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      softRestart        

  public com.microsoft.rest.ServiceFuture<java.lang.Void> restartWebAppsAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.Boolean softRestart
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1890
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* softRestart */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.restartWebAppsWithServiceResponseAsync:(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 softRestart
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3        softRestart  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               
      softRestart        
      serviceCallback    final

  public rx.Observable<java.lang.Void> restartWebAppsAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.Boolean softRestart
         0: .line 1904
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* softRestart */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.restartWebAppsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$66.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.Boolean softRestart
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3        softRestart  Ljava/lang/Boolean;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      softRestart        

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> restartWebAppsWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.Boolean softRestart
         0: .line 1923
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1924
            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 1926
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 1927
            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 1929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1930
            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 1932
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1933
            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 1935
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* softRestart */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.restartWebApps:(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 1936
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$67
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$67.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1935
            areturn
        end local 3 // java.lang.Boolean softRestart
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
            0   11     3        softRestart  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               
      softRestart        

  private com.microsoft.rest.ServiceResponse<java.lang.Void> restartWebAppsDelegate(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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 1950
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 1951
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$68
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$68.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$68.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1952
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1953
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1950
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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> 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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 1968
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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 1969
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$69
            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.AppServicePlansInner$69.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner 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 1989
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1990
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$70
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$70.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 1996
            aload 3 /* serviceCallback */
         3: .line 1988
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2009
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2010
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$71
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$71.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2009
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2028
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2029
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$72.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2028
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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=10, locals=6, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2051
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2052
            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 2054
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2055
            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 2057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2058
            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 2060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2061
            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 2063
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* skipToken */
        start local 3 // java.lang.String skipToken
         9: .line 2064
            aconst_null
            astore 4 /* filter */
        start local 4 // java.lang.String filter
        10: .line 2065
            aconst_null
            astore 5 /* top */
        start local 5 // java.lang.String top
        11: .line 2066
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* skipToken */
            aload 4 /* filter */
            aload 5 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listWebApps:(Ljava/lang/String;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;
        12: .line 2067
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$73
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$73.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 2066
            areturn
        end local 5 // java.lang.String top
        end local 4 // java.lang.String filter
        end local 3 // java.lang.String skipToken
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2               name  Ljava/lang/String;
            9   14     3          skipToken  Ljava/lang/String;
           10   14     4             filter  Ljava/lang/String;
           11   14     5                top  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, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String skipToken
        start local 4 // java.lang.String filter
        start local 5 // java.lang.String top
         0: .line 2095
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* skipToken */
            aload 4 /* filter */
            aload 5 /* top */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsSinglePageAsync:(Ljava/lang/String;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 6 /* response */
        start local 6 // com.microsoft.rest.ServiceResponse response
         1: .line 2096
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$74
            dup
            aload 0 /* this */
            aload 6 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$74.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 6 // com.microsoft.rest.ServiceResponse response
        end local 5 // java.lang.String top
        end local 4 // java.lang.String filter
        end local 3 // java.lang.String skipToken
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3          skipToken  Ljava/lang/String;
            0    2     4             filter  Ljava/lang/String;
            0    2     5                top  Ljava/lang/String;
            1    2     6           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;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      skipToken          final
      filter             final
      top                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, 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;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String skipToken
        start local 4 // java.lang.String filter
        start local 5 // java.lang.String top
        start local 6 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 2119
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* skipToken */
            aload 4 /* filter */
            aload 5 /* top */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2120
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$75
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$75.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 2126
            aload 6 /* serviceCallback */
         3: .line 2118
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 5 // java.lang.String top
        end local 4 // java.lang.String filter
        end local 3 // java.lang.String skipToken
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3          skipToken  Ljava/lang/String;
            0    4     4             filter  Ljava/lang/String;
            0    4     5                top  Ljava/lang/String;
            0    4     6    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;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
      skipToken          final
      filter             final
      top                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, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String skipToken
        start local 4 // java.lang.String filter
        start local 5 // java.lang.String top
         0: .line 2142
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* skipToken */
            aload 4 /* filter */
            aload 5 /* top */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2143
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$76
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$76.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2142
            areturn
        end local 5 // java.lang.String top
        end local 4 // java.lang.String filter
        end local 3 // java.lang.String skipToken
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3          skipToken  Ljava/lang/String;
            0    3     4             filter  Ljava/lang/String;
            0    3     5                top  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;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
      skipToken          final
      filter             final
      top                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, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String skipToken
        start local 4 // java.lang.String filter
        start local 5 // java.lang.String top
         0: .line 2164
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* skipToken */
            aload 4 /* filter */
            aload 5 /* top */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2165
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$77
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$77.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2164
            areturn
        end local 5 // java.lang.String top
        end local 4 // java.lang.String filter
        end local 3 // java.lang.String skipToken
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
            0    3     3          skipToken  Ljava/lang/String;
            0    3     4             filter  Ljava/lang/String;
            0    3     5                top  Ljava/lang/String;
    Signature: (Ljava/lang/String;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/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      skipToken          final
      filter             final
      top                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, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String skipToken
        start local 4 // java.lang.String filter
        start local 5 // java.lang.String top
         0: .line 2190
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2191
            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 2193
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2194
            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 2196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2197
            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 2199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2200
            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 2202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* skipToken */
            aload 4 /* filter */
            aload 5 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listWebApps:(Ljava/lang/String;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;
         9: .line 2203
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$78
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$78.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2202
            areturn
        end local 5 // java.lang.String top
        end local 4 // java.lang.String filter
        end local 3 // java.lang.String skipToken
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
            0   11     3          skipToken  Ljava/lang/String;
            0   11     4             filter  Ljava/lang/String;
            0   11     5                top  Ljava/lang/String;
    Signature: (Ljava/lang/String;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/SiteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      skipToken          final
      filter             final
      top                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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 2217
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 2218
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$79
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$79.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$79.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2219
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2220
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2217
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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 java.lang.Object getServerFarmSkus(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2235
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getServerFarmSkusWithServiceResponseAsync:(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;
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public com.microsoft.rest.ServiceFuture<java.lang.Object> getServerFarmSkusAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Object>);
    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.AppServicePlansInner 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 2249
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getServerFarmSkusWithServiceResponseAsync:(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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Object;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Object;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Object;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      serviceCallback    final

  public rx.Observable<java.lang.Object> getServerFarmSkusAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2262
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getServerFarmSkusWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$80
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$80.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/Object;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Object>> getServerFarmSkusWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2280
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2281
            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 2283
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2284
            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 2286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2287
            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 2289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2290
            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 2292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.getServerFarmSkus:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2293
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$81
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$81.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2292
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/Object;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<java.lang.Object> getServerFarmSkusDelegate(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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 2307
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 2308
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$82
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$82.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$82.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2309
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2310
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2307
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/Object;>;
    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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2325
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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 2326
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$83
            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.AppServicePlansInner$83.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner 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 2346
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2347
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$84
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$84.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 2353
            aload 3 /* serviceCallback */
         3: .line 2345
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2366
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2367
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$85
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$85.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2366
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2385
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2386
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$86
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$86.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2385
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2408
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2409
            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 2411
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2412
            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 2414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2415
            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 2417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2418
            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 2420
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* filter */
        start local 3 // java.lang.String filter
         9: .line 2421
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.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 2422
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$87
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$87.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 2421
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String filter
         0: .line 2448
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* filter */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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 2449
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$88
            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.AppServicePlansInner$88.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner 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 2470
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* filter */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2471
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$89
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$89.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 2477
            aload 4 /* serviceCallback */
         3: .line 2469
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String filter
         0: .line 2491
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* filter */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2492
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$90
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$90.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2491
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String filter
         0: .line 2511
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* filter */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listUsagesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2512
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$91
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$91.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2511
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String filter
         0: .line 2535
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2536
            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 2538
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2539
            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 2541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2542
            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 2544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2545
            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 2547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.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 2548
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$92
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$92.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2547
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 2562
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 2563
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$93
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$93.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$93.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2564
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2565
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2562
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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 java.util.List<com.microsoft.azure.management.appservice.implementation.VnetInfoInner> listVnets(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2580
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listVnetsWithServiceResponseAsync:(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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/VnetInfoInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetInfoInner>> listVnetsAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetInfoInner>>);
    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.AppServicePlansInner 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 2594
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listVnetsWithServiceResponseAsync:(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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/VnetInfoInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      serviceCallback    final

  public rx.Observable<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetInfoInner>> listVnetsAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2607
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listVnetsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$94
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$94.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/VnetInfoInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetInfoInner>>> listVnetsWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2625
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2626
            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 2628
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2629
            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 2631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2632
            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 2634
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2635
            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 2637
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listVnets:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2638
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$95
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$95.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2637
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/VnetInfoInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

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

  public com.microsoft.azure.management.appservice.implementation.VnetInfoInner getVnetFromServerFarm(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/VnetInfoInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
         0: .line 2671
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getVnetFromServerFarmWithServiceResponseAsync:(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.VnetInfoInner
            areturn
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.VnetInfoInner> getVnetFromServerFarmAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.VnetInfoInner>);
    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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2686
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getVnetFromServerFarmWithServiceResponseAsync:(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 vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.VnetInfoInner> getVnetFromServerFarmAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
         0: .line 2700
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getVnetFromServerFarmWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$97
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$97.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.VnetInfoInner>> getVnetFromServerFarmWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
         0: .line 2719
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2720
            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 2722
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2723
            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 2725
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetName */
            ifnonnull 6
         5: .line 2726
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2729
            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 2731
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2732
            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 2734
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.getVnetFromServerFarm:(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 2735
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$98
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$98.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 2734
            areturn
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3           vnetName  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/VnetInfoInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           

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

  public com.microsoft.azure.management.appservice.implementation.VnetGatewayInner getVnetGateway(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/management/appservice/implementation/VnetGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String gatewayName
         0: .line 2770
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* gatewayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getVnetGatewayWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.VnetGatewayInner
            areturn
        end local 4 // java.lang.String gatewayName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4        gatewayName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      gatewayName        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.VnetGatewayInner> getVnetGatewayAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.VnetGatewayInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String gatewayName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2786
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* gatewayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getVnetGatewayWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String gatewayName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4        gatewayName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      gatewayName        
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.VnetGatewayInner> getVnetGatewayAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String gatewayName
         0: .line 2801
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* gatewayName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getVnetGatewayWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$101
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$101.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String gatewayName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4        gatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      gatewayName        

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.VnetGatewayInner>> getVnetGatewayWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String gatewayName
         0: .line 2821
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2822
            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 2824
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2825
            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 2827
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetName */
            ifnonnull 6
         5: .line 2828
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2830
      StackMap locals:
      StackMap stack:
            aload 4 /* gatewayName */
            ifnonnull 8
         7: .line 2831
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter gatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2833
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2834
            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 2836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 2837
            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 2839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* gatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.getVnetGateway:(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 2840
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$102
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$102.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 2839
            areturn
        end local 4 // java.lang.String gatewayName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2               name  Ljava/lang/String;
            0   15     3           vnetName  Ljava/lang/String;
            0   15     4        gatewayName  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/management/appservice/implementation/VnetGatewayInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      gatewayName        

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

  public com.microsoft.azure.management.appservice.implementation.VnetGatewayInner updateVnetGateway(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.VnetGatewayInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;)Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String gatewayName
        start local 5 // com.microsoft.azure.management.appservice.implementation.VnetGatewayInner connectionEnvelope
         0: .line 2875
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* gatewayName */
            aload 5 /* connectionEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.updateVnetGatewayWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;)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.VnetGatewayInner
            areturn
        end local 5 // com.microsoft.azure.management.appservice.implementation.VnetGatewayInner connectionEnvelope
        end local 4 // java.lang.String gatewayName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3            vnetName  Ljava/lang/String;
            0    1     4         gatewayName  Ljava/lang/String;
            0    1     5  connectionEnvelope  Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      vnetName            
      gatewayName         
      connectionEnvelope  

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

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.VnetGatewayInner> updateVnetGatewayAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.VnetGatewayInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String gatewayName
        start local 5 // com.microsoft.azure.management.appservice.implementation.VnetGatewayInner connectionEnvelope
         0: .line 2908
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* gatewayName */
            aload 5 /* connectionEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.updateVnetGatewayWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$104
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$104.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // com.microsoft.azure.management.appservice.implementation.VnetGatewayInner connectionEnvelope
        end local 4 // java.lang.String gatewayName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2                name  Ljava/lang/String;
            0    1     3            vnetName  Ljava/lang/String;
            0    1     4         gatewayName  Ljava/lang/String;
            0    1     5  connectionEnvelope  Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      vnetName            
      gatewayName         
      connectionEnvelope  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.VnetGatewayInner>> updateVnetGatewayWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.VnetGatewayInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String gatewayName
        start local 5 // com.microsoft.azure.management.appservice.implementation.VnetGatewayInner connectionEnvelope
         0: .line 2929
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2930
            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 2932
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2933
            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 2935
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetName */
            ifnonnull 6
         5: .line 2936
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2938
      StackMap locals:
      StackMap stack:
            aload 4 /* gatewayName */
            ifnonnull 8
         7: .line 2939
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter gatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2942
            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 2944
      StackMap locals:
      StackMap stack:
            aload 5 /* connectionEnvelope */
            ifnonnull 12
        11: .line 2945
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 2947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 2948
            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
        14: .line 2950
      StackMap locals:
      StackMap stack:
            aload 5 /* connectionEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        15: .line 2951
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* gatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* connectionEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.updateVnetGateway:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        16: .line 2952
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$105
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$105.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 2951
            areturn
        end local 5 // com.microsoft.azure.management.appservice.implementation.VnetGatewayInner connectionEnvelope
        end local 4 // java.lang.String gatewayName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   18     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   18     1   resourceGroupName  Ljava/lang/String;
            0   18     2                name  Ljava/lang/String;
            0   18     3            vnetName  Ljava/lang/String;
            0   18     4         gatewayName  Ljava/lang/String;
            0   18     5  connectionEnvelope  Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/VnetGatewayInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      name                
      vnetName            
      gatewayName         
      connectionEnvelope  

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

  public java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner> listRoutesForVnet(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
         0: .line 2985
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listRoutesForVnetWithServiceResponseAsync:(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 java.util.List
            areturn
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>> listRoutesForVnetAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>>);
    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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 3000
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listRoutesForVnetWithServiceResponseAsync:(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 vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      serviceCallback    final

  public rx.Observable<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>> listRoutesForVnetAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
         0: .line 3014
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listRoutesForVnetWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$107
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$107.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>>> listRoutesForVnetWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
         0: .line 3033
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3034
            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 3036
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3037
            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 3039
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetName */
            ifnonnull 6
         5: .line 3040
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3043
            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 3045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 3046
            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 3048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listRoutesForVnet:(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 3049
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$108
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$108.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 3048
            areturn
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3           vnetName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           

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

  public java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner> getRouteForVnet(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;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
         0: .line 3083
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getRouteForVnetWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>> getRouteForVnetAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 3099
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getRouteForVnetWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          
      serviceCallback    final

  public rx.Observable<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>> getRouteForVnetAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
         0: .line 3114
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.getRouteForVnetWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$110
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$110.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>>> getRouteForVnetWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
         0: .line 3134
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3135
            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 3137
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3138
            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 3140
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetName */
            ifnonnull 6
         5: .line 3141
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3143
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 3144
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 3147
            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 3149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 3150
            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 3152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.getRouteForVnet:(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 3153
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$111
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$111.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 3152
            areturn
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2               name  Ljava/lang/String;
            0   15     3           vnetName  Ljava/lang/String;
            0   15     4          routeName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          

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

  public com.microsoft.azure.management.appservice.implementation.VnetRouteInner createOrUpdateVnetRoute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.VnetRouteInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
         0: .line 3189
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            aload 5 /* route */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.createOrUpdateVnetRouteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)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.VnetRouteInner
            areturn
        end local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5              route  Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          
      route              

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

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.VnetRouteInner> createOrUpdateVnetRouteAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.VnetRouteInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
         0: .line 3222
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            aload 5 /* route */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.createOrUpdateVnetRouteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$114
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$114.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5              route  Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          
      route              

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>> createOrUpdateVnetRouteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.VnetRouteInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
         0: .line 3243
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3244
            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 3246
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3247
            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 3249
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetName */
            ifnonnull 6
         5: .line 3250
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3252
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 3253
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 3256
            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 3258
      StackMap locals:
      StackMap stack:
            aload 5 /* route */
            ifnonnull 12
        11: .line 3259
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter route is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 3261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 3262
            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
        14: .line 3264
      StackMap locals:
      StackMap stack:
            aload 5 /* route */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        15: .line 3265
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* route */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.createOrUpdateVnetRoute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        16: .line 3266
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$115
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$115.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 3265
            areturn
        end local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   18     1  resourceGroupName  Ljava/lang/String;
            0   18     2               name  Ljava/lang/String;
            0   18     3           vnetName  Ljava/lang/String;
            0   18     4          routeName  Ljava/lang/String;
            0   18     5              route  Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          
      route              

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.VnetRouteInner> createOrUpdateVnetRouteDelegate(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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 3280
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 3281
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$116
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$116.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$116.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3282
            sipush 400
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$117
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$117.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$117.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3283
            sipush 404
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$118
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$118.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$118.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 3284
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 3285
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 3280
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/VnetRouteInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void deleteVnetRoute(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;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
         0: .line 3301
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.deleteVnetRouteWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 3302
            return
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3           vnetName  Ljava/lang/String;
            0    2     4          routeName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteVnetRouteAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 3317
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.deleteVnetRouteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;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               
      vnetName           
      routeName          
      serviceCallback    final

  public rx.Observable<java.lang.Void> deleteVnetRouteAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
         0: .line 3332
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.deleteVnetRouteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$119
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$119.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteVnetRouteWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
         0: .line 3352
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3353
            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 3355
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3356
            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 3358
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetName */
            ifnonnull 6
         5: .line 3359
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3361
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 3362
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 3365
            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 3367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 3368
            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 3370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.deleteVnetRoute:(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 3371
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$120
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$120.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 3370
            areturn
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2               name  Ljava/lang/String;
            0   15     3           vnetName  Ljava/lang/String;
            0   15     4          routeName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteVnetRouteDelegate(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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 3385
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 3386
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$121
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$121.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$121.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3387
            sipush 404
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$122
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$122.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$122.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3388
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 3389
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 3385
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.VnetRouteInner updateVnetRoute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.VnetRouteInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
         0: .line 3407
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            aload 5 /* route */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.updateVnetRouteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)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.VnetRouteInner
            areturn
        end local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5              route  Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          
      route              

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

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.VnetRouteInner> updateVnetRouteAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.VnetRouteInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
         0: .line 3440
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            aload 5 /* route */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.updateVnetRouteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$123
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$123.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3           vnetName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5              route  Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          
      route              

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.VnetRouteInner>> updateVnetRouteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.VnetRouteInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String vnetName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
         0: .line 3461
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3462
            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 3464
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3465
            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 3467
      StackMap locals:
      StackMap stack:
            aload 3 /* vnetName */
            ifnonnull 6
         5: .line 3468
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter vnetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3470
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 3471
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 3474
            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 3476
      StackMap locals:
      StackMap stack:
            aload 5 /* route */
            ifnonnull 12
        11: .line 3477
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter route is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 3479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 3480
            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
        14: .line 3482
      StackMap locals:
      StackMap stack:
            aload 5 /* route */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        15: .line 3483
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* vnetName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* route */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.updateVnetRoute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        16: .line 3484
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$124
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$124.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 3483
            areturn
        end local 5 // com.microsoft.azure.management.appservice.implementation.VnetRouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String vnetName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   18     1  resourceGroupName  Ljava/lang/String;
            0   18     2               name  Ljava/lang/String;
            0   18     3           vnetName  Ljava/lang/String;
            0   18     4          routeName  Ljava/lang/String;
            0   18     5              route  Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      vnetName           
      routeName          
      route              

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.VnetRouteInner> updateVnetRouteDelegate(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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 3498
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 3499
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$125
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$125.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$125.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3500
            sipush 400
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$126
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$126.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$126.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3501
            sipush 404
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$127
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$127.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$127.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 3502
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 3503
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 3498
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/VnetRouteInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void rebootWorker(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerName
         0: .line 3518
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.rebootWorkerWithServiceResponseAsync:(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;
            pop
         1: .line 3519
            return
        end local 3 // java.lang.String workerName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            0    2     3         workerName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      workerName         

  public com.microsoft.rest.ServiceFuture<java.lang.Void> rebootWorkerAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 3533
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.rebootWorkerWithServiceResponseAsync:(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 workerName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3         workerName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;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               
      workerName         
      serviceCallback    final

  public rx.Observable<java.lang.Void> rebootWorkerAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerName
         0: .line 3547
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.rebootWorkerWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$128
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$128.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String workerName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3         workerName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      workerName         

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> rebootWorkerWithServiceResponseAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String workerName
         0: .line 3566
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3567
            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 3569
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 3570
            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 3572
      StackMap locals:
      StackMap stack:
            aload 3 /* workerName */
            ifnonnull 6
         5: .line 3573
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workerName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 3576
            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 3578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 3579
            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 3581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* workerName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.rebootWorker:(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 3582
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$129
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$129.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 3581
            areturn
        end local 3 // java.lang.String workerName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3         workerName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      workerName         

  private com.microsoft.rest.ServiceResponse<java.lang.Void> rebootWorkerDelegate(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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 3596
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 3597
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$130
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$130.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$130.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3598
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3599
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3596
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlanInner> 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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3613
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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 3614
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$131
            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.AppServicePlansInner$131.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>> listNextAsync(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.AppServicePlansInner 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 3634
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3635
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$132
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$132.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 3641
            aload 3 /* serviceCallback */
         3: .line 3633
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>> 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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3653
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3654
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$133
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$133.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3653
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>>> 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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3671
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3672
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$134
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$134.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3671
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>>> 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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3693
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 3694
            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 3696
      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 3697
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 3698
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$135
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$135.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 3697
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>> 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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 3712
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 3713
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$136
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$136.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$136.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3714
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3715
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3712
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlanInner> 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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3729
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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 3730
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$137
            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.AppServicePlansInner$137.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>> listByResourceGroupNextAsync(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.AppServicePlansInner 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 3750
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3751
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$138
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$138.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 3757
            aload 3 /* serviceCallback */
         3: .line 3749
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>> 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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3769
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listByResourceGroupNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3770
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$139
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$139.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3769
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>>> 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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3787
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3788
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$140
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$140.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3787
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>>> 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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3809
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 3810
            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 3812
      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 3813
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 3814
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$141
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$141.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 3813
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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>> 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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 3828
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 3829
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$142
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$142.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$142.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3830
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3831
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3828
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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<java.lang.String> listWebAppsByHybridConnectionNext(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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3845
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsByHybridConnectionNextSinglePageAsync:(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 3846
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$143
            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.AppServicePlansInner$143.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Ljava/lang/String;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<java.lang.String>> listWebAppsByHybridConnectionNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<java.lang.String>>, com.microsoft.azure.ListOperationCallback<java.lang.String>);
    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.AppServicePlansInner 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 3866
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsByHybridConnectionNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3867
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$144
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$144.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 3873
            aload 3 /* serviceCallback */
         3: .line 3865
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Ljava/lang/String;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Ljava/lang/String;>;>;Lcom/microsoft/azure/ListOperationCallback<Ljava/lang/String;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<java.lang.String>>> listWebAppsByHybridConnectionNextSinglePageAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3925
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 3926
            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 3928
      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 3929
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listWebAppsByHybridConnectionNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 3930
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$147
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$147.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 3929
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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<Ljava/lang/String;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>> listHybridConnectionsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>);
    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.AppServicePlansInner 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 3982
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listHybridConnectionsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3983
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$150
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$150.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 3989
            aload 3 /* serviceCallback */
         3: .line 3981
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>>> listHybridConnectionsNextSinglePageAsync(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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4041
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 4042
            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 4044
      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 4045
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listHybridConnectionsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 4046
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$153
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$153.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 4045
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner>> listHybridConnectionsNextDelegate(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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 4060
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 4061
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$154
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$154.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$154.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4062
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4063
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4060
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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/HybridConnectionInner;>;>;
    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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4077
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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 4078
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$155
            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.AppServicePlansInner$155.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner 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 4098
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4099
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$156
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$156.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 4105
            aload 3 /* serviceCallback */
         3: .line 4097
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4117
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4118
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$157
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$157.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4117
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4135
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listWebAppsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4136
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$158
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$158.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4135
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4157
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 4158
            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 4160
      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 4161
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listWebAppsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 4162
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$159
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$159.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 4161
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 4176
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 4177
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$160
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$160.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$160.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4178
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4179
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4176
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4193
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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 4194
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$161
            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.AppServicePlansInner$161.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner 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 4214
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listUsagesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4215
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$162
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$162.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
         2: .line 4221
            aload 3 /* serviceCallback */
         3: .line 4213
            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.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4233
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listUsagesNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4234
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$163
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$163.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4233
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4251
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listUsagesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4252
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$164
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$164.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 4251
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4273
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 4274
            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 4276
      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 4277
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner$AppServicePlansService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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.AppServicePlansInner$AppServicePlansService.listUsagesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 4278
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$165
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$165.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 4277
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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.AppServicePlansInner this
        start local 1 // retrofit2.Response response
         0: .line 4292
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.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.AppServicePlansInner.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 4293
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$166
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$166.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$166.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4294
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4295
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4292
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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 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.AppServicePlansInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
            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/AppServicePlanInner;>;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/AppServicePlanInner;>;
SourceFile: "AppServicePlansInner.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$1  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$10  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$100  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$101  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$102  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$103  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$104  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$105  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$106  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$107  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$108  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$109  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$11  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$110  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$111  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$112  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$113  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$114  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$115  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$116  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$117  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$118  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$119  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$12  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$120  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$121  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$122  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$123  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$124  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$125  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$126  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$127  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$128  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$129  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$13  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$130  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$131  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$132  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$133  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$134  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$135  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$136  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$137  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$138  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$139  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$14  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$140  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$141  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$142  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$143  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$144  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$145  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$146  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$147  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$148  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$149  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$15  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$150  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$151  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$152  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$153  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$154  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$155  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$156  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$157  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$158  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$159  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$16  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$160  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$161  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$162  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$163  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$164  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$165  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$166  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$17  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$18  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$19  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$2  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$20  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$21  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$22  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$23  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$24  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$25  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$26  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$27  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$28  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$29  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$3  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$30  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$31  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$32  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$33  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$34  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$35  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$36  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$37  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$38  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$39  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$4  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$40  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$41  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$42  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$43  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$44  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$45  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$46  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$47  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$48  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$49  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$5  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$50  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$51  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$52  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$53  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$54  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$55  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$56  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$57  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$58  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$59  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$6  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$60  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$61  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$62  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$63  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$64  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$65  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$66  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$67  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$68  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$69  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$7  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$70  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$71  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$72  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$73  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$74  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$75  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$76  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$77  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$78  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$79  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$8  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$80  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$81  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$82  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$83  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$84  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$85  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$86  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$87  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$88  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$89  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$9  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$90  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$91  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$92  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$93  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$94  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$95  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$96  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$97  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$98  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$99  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$AppServicePlansService
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$1
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$10
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$100
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$101
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$102
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$103
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$104
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$105
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$106
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$107
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$108
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$109
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$11
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$110
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$111
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$112
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$113
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$114
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$115
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$116
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$117
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$118
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$119
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$12
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$120
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$121
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$122
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$123
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$124
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$125
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$126
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$127
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$128
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$129
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$13
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$130
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$131
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$132
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$133
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$134
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$135
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$136
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$137
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$138
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$139
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$14
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$140
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$141
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$142
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$143
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$144
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$145
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$146
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$147
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$148
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$149
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$15
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$150
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$151
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$152
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$153
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$154
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$155
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$156
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$157
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$158
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$159
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$16
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$160
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$161
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$162
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$163
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$164
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$165
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$166
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$17
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$18
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$19
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$2
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$20
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$21
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$22
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$23
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$24
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$25
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$26
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$27
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$28
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$29
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$3
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$30
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$31
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$32
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$33
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$34
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$35
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$36
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$37
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$38
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$39
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$4
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$40
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$41
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$42
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$43
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$44
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$45
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$46
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$47
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$48
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$49
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$5
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$50
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$51
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$52
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$53
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$54
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$55
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$56
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$57
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$58
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$59
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$6
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$60
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$61
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$62
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$63
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$64
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$65
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$66
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$67
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$68
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$69
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$7
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$70
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$71
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$72
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$73
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$74
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$75
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$76
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$77
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$78
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$79
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$8
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$80
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$81
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$82
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$83
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$84
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$85
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$86
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$87
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$88
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$89
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$9
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$90
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$91
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$92
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$93
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$94
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$95
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$96
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$97
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$98
  com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$99
  abstract AppServicePlansService = com.microsoft.azure.management.appservice.implementation.AppServicePlansInner$AppServicePlansService of com.microsoft.azure.management.appservice.implementation.AppServicePlansInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder