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

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

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

  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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 191
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 192
            return
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    2     1       resourceGroupName  Ljava/lang/String;
            0    2     2  applicationGatewayName  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 204
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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 applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  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       
      applicationGatewayName  
      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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 216
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$1.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  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=4, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 233
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 234
            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 236
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 237
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 240
            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 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 3 /* observable */
        start local 3 // rx.Observable observable
         7: .line 244
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 3 // rx.Observable observable
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    8     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    8     1       resourceGroupName  Ljava/lang/String;
            0    8     2  applicationGatewayName  Ljava/lang/String;
            7    8     3              observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

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

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 270
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  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       
      applicationGatewayName  
      serviceCallback         final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 299
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 300
            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 302
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 303
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 306
            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 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 310
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$4.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 309
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    9     1       resourceGroupName  Ljava/lang/String;
            0    9     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginDeleteDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 324
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 325
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 326
            sipush 202
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 327
            sipush 204
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 328
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 329
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 324
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    7     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
    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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 356
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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 applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 368
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$8.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 385
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 386
            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 388
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 389
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 392
            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 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 396
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$9.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 395
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    9     1       resourceGroupName  Ljava/lang/String;
            0    9     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 410
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 411
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 412
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 413
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 410
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner parameters
         0: .line 473
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 474
            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 476
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 477
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 480
            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 482
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 483
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 485
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 487
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        10: .line 488
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12.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.network.implementation.ApplicationGatewayInner parameters
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   11     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0   11     1       resourceGroupName  Ljava/lang/String;
            0   11     2  applicationGatewayName  Ljava/lang/String;
            0   11     3              parameters  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
           10   11     4              observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      parameters              

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ApplicationGatewayInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner parameters
         0: .line 548
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 549
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 551
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 552
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 555
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 557
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 558
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 560
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 562
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 563
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$14.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 562
            areturn
        end local 3 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner parameters
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   12     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0   12     1       resourceGroupName  Ljava/lang/String;
            0   12     2  applicationGatewayName  Ljava/lang/String;
            0   12     3              parameters  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      parameters              

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 577
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 578
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 579
            sipush 201
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 580
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 581
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 577
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner updateTags(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 595
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(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.network.implementation.ApplicationGatewayInner
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
    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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 608
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(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 applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 620
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$17.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> updateTagsWithServiceResponseAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 637
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 638
            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 640
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 641
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 643
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 644
            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 648
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.network.TagsObject
            dup
            invokespecial com.microsoft.azure.management.network.TagsObject.<init>:()V
            astore 3 /* parameters */
        start local 3 // com.microsoft.azure.management.network.TagsObject parameters
         7: .line 649
            aload 3 /* parameters */
            aconst_null
            invokevirtual com.microsoft.azure.management.network.TagsObject.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/network/TagsObject;
            pop
         8: .line 650
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.updateTags:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/TagsObject;Ljava/lang/String;)Lrx/Observable;
         9: .line 651
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$18.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 650
            areturn
        end local 3 // com.microsoft.azure.management.network.TagsObject parameters
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   11     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0   11     1       resourceGroupName  Ljava/lang/String;
            0   11     2  applicationGatewayName  Ljava/lang/String;
            7   11     3              parameters  Lcom/microsoft/azure/management/network/TagsObject;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner updateTags(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.util.Map tags
         0: .line 676
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)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.network.implementation.ApplicationGatewayInner
            areturn
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3                    tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      tags                    

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.util.Map tags
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 690
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)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.util.Map tags
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3                    tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    1     4         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      tags                    
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.util.Map tags
         0: .line 703
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$19.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3                    tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      tags                    

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> updateTagsWithServiceResponseAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.util.Map tags
         0: .line 721
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 722
            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 724
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 725
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 728
            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 730
      StackMap locals:
      StackMap stack:
            aload 3 /* tags */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         7: .line 732
            new com.microsoft.azure.management.network.TagsObject
            dup
            invokespecial com.microsoft.azure.management.network.TagsObject.<init>:()V
            astore 4 /* parameters */
        start local 4 // com.microsoft.azure.management.network.TagsObject parameters
         8: .line 733
            aload 4 /* parameters */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.network.TagsObject.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/network/TagsObject;
            pop
         9: .line 734
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.updateTags:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/TagsObject;Ljava/lang/String;)Lrx/Observable;
        10: .line 735
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$20.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 734
            areturn
        end local 4 // com.microsoft.azure.management.network.TagsObject parameters
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   12     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0   12     1       resourceGroupName  Ljava/lang/String;
            0   12     2  applicationGatewayName  Ljava/lang/String;
            0   12     3                    tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            8   12     4              parameters  Lcom/microsoft/azure/management/network/TagsObject;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      tags                    

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> updateTagsDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 749
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 750
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 751
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 752
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 749
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 765
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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 766
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$22
            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.network.implementation.ApplicationGatewaysInner$22.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;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.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            1    2     2           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
    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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 784
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 785
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$23.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
         2: .line 791
            aload 2 /* serviceCallback */
         3: .line 783
            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.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      serviceCallback    final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 840
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 841
            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 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 844
            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 847
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 848
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$26.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 847
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    7     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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.network.implementation.ApplicationGatewaysInner this
         0: .line 877
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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 878
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$28
            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.network.implementation.ApplicationGatewaysInner$28.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 948
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 949
            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 952
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 953
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$32.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 952
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;>;

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

  public void start(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 983
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.startWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 984
            return
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    2     1       resourceGroupName  Ljava/lang/String;
            0    2     2  applicationGatewayName  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> startAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 996
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.startWithServiceResponseAsync:(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 applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  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       
      applicationGatewayName  
      serviceCallback         final

  public rx.Observable<java.lang.Void> startAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1008
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.startWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$34.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> startWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1025
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1026
            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 1028
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1029
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1031
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1032
            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 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.start:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 3 /* observable */
        start local 3 // rx.Observable observable
         7: .line 1036
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 3 // rx.Observable observable
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    8     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    8     1       resourceGroupName  Ljava/lang/String;
            0    8     2  applicationGatewayName  Ljava/lang/String;
            7    8     3              observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public void beginStart(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1049
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStartWithServiceResponseAsync:(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 1050
            return
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    2     1       resourceGroupName  Ljava/lang/String;
            0    2     2  applicationGatewayName  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginStartAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1062
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStartWithServiceResponseAsync:(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 applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  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       
      applicationGatewayName  
      serviceCallback         final

  public rx.Observable<java.lang.Void> beginStartAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1074
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStartWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$36.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginStartWithServiceResponseAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1091
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1092
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1094
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1095
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1098
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginStart:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1102
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$37.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1101
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    9     1       resourceGroupName  Ljava/lang/String;
            0    9     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginStartDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 1116
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 1117
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1118
            sipush 202
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1119
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1120
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1116
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public void stop(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1133
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.stopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 1134
            return
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    2     1       resourceGroupName  Ljava/lang/String;
            0    2     2  applicationGatewayName  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> stopAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1146
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.stopWithServiceResponseAsync:(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 applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  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       
      applicationGatewayName  
      serviceCallback         final

  public rx.Observable<java.lang.Void> stopAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1158
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.stopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$40.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> stopWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1175
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1176
            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 1178
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1179
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1182
            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 1185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.stop:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 3 /* observable */
        start local 3 // rx.Observable observable
         7: .line 1186
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 3 // rx.Observable observable
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    8     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    8     1       resourceGroupName  Ljava/lang/String;
            0    8     2  applicationGatewayName  Ljava/lang/String;
            7    8     3              observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public void beginStop(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1199
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStopWithServiceResponseAsync:(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 1200
            return
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    2     1       resourceGroupName  Ljava/lang/String;
            0    2     2  applicationGatewayName  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginStopAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1212
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStopWithServiceResponseAsync:(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 applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  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       
      applicationGatewayName  
      serviceCallback         final

  public rx.Observable<java.lang.Void> beginStopAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1224
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginStopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$42.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginStopWithServiceResponseAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1241
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1242
            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 1244
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1245
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1248
            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 1251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginStop:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1252
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$43.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1251
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    9     1       resourceGroupName  Ljava/lang/String;
            0    9     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginStopDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 1266
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 1267
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1268
            sipush 202
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1269
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1270
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1266
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner backendHealth(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1284
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> backendHealthAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>);
    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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1297
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(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 applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> backendHealthAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1309
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$46.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>> backendHealthWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1326
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1327
            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 1329
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1330
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1333
            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 1336
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* expand */
        start local 3 // java.lang.String expand
         7: .line 1337
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 3 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.backendHealth:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
         8: .line 1338
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    9     1       resourceGroupName  Ljava/lang/String;
            0    9     2  applicationGatewayName  Ljava/lang/String;
            7    9     3                  expand  Ljava/lang/String;
            8    9     4              observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner backendHealth(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.lang.String expand
         0: .line 1352
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3                  expand  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      expand                  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> backendHealthAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>);
    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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.lang.String expand
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1366
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(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 expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3                  expand  Ljava/lang/String;
            0    1     4         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      expand                  
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> backendHealthAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.lang.String expand
         0: .line 1379
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$48
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$48.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3                  expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      expand                  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>> backendHealthWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.lang.String expand
         0: .line 1397
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1398
            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 1400
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1401
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1404
            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 1407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 3 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.backendHealth:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
         7: .line 1408
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    8     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    8     1       resourceGroupName  Ljava/lang/String;
            0    8     2  applicationGatewayName  Ljava/lang/String;
            0    8     3                  expand  Ljava/lang/String;
            7    8     4              observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      expand                  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner beginBackendHealth(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1422
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(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.network.implementation.ApplicationGatewayBackendHealthInner
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>);
    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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1435
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(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 applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1447
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$50.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>> beginBackendHealthWithServiceResponseAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
         0: .line 1464
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1465
            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 1467
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1468
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1471
            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 1474
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* expand */
        start local 3 // java.lang.String expand
         7: .line 1475
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 3 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginBackendHealth:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         8: .line 1476
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$51.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 1475
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   10     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0   10     1       resourceGroupName  Ljava/lang/String;
            0   10     2  applicationGatewayName  Ljava/lang/String;
            7   10     3                  expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner beginBackendHealth(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.lang.String expand
         0: .line 1501
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(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.network.implementation.ApplicationGatewayBackendHealthInner
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3                  expand  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      expand                  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>);
    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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.lang.String expand
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1515
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(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 expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3                  expand  Ljava/lang/String;
            0    1     4         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      expand                  
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.lang.String expand
         0: .line 1528
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$52.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3                  expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      expand                  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner>> beginBackendHealthWithServiceResponseAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // java.lang.String expand
         0: .line 1546
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1547
            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 1549
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1550
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1553
            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 1556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 3 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginBackendHealth:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1557
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$53.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1556
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    9     1       resourceGroupName  Ljava/lang/String;
            0    9     2  applicationGatewayName  Ljava/lang/String;
            0    9     3                  expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      expand                  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthInner> beginBackendHealthDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 1571
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 1572
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1573
            sipush 202
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1574
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1575
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1571
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner backendHealthOnDemand(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
         0: .line 1590
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)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.network.implementation.ApplicationGatewayBackendHealthOnDemandInner
            areturn
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1604
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)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.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    1     4         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
         0: .line 1617
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$56
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$56.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>> backendHealthOnDemandWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
         0: .line 1635
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1636
            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 1638
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1639
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1642
            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 1644
      StackMap locals:
      StackMap stack:
            aload 3 /* probeRequest */
            ifnonnull 8
         7: .line 1645
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter probeRequest is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1647
      StackMap locals:
      StackMap stack:
            aload 3 /* probeRequest */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 1649
            aconst_null
            astore 4 /* expand */
        start local 4 // java.lang.String expand
        10: .line 1650
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 4 /* expand */
            aload 3 /* probeRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.backendHealthOnDemand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        11: .line 1651
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 5 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // java.lang.String expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   12     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0   12     1       resourceGroupName  Ljava/lang/String;
            0   12     2  applicationGatewayName  Ljava/lang/String;
            0   12     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
           10   12     4                  expand  Ljava/lang/String;
           11   12     5              observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner backendHealthOnDemand(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // java.lang.String expand
         0: .line 1666
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            aload 4 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner
            areturn
        end local 4 // java.lang.String expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    1     4                  expand  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      expand                  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // java.lang.String expand
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1681
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            aload 4 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;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 expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    1     4                  expand  Ljava/lang/String;
            0    1     5         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      expand                  
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> backendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // java.lang.String expand
         0: .line 1695
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            aload 4 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.backendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$58.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    1     4                  expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      expand                  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>> backendHealthOnDemandWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // java.lang.String expand
         0: .line 1714
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1715
            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 1717
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1718
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1721
            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 1723
      StackMap locals:
      StackMap stack:
            aload 3 /* probeRequest */
            ifnonnull 8
         7: .line 1724
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter probeRequest is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1726
      StackMap locals:
      StackMap stack:
            aload 3 /* probeRequest */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 1728
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 4 /* expand */
            aload 3 /* probeRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.backendHealthOnDemand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        10: .line 1729
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 5 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // java.lang.String expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   11     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0   11     1       resourceGroupName  Ljava/lang/String;
            0   11     2  applicationGatewayName  Ljava/lang/String;
            0   11     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0   11     4                  expand  Ljava/lang/String;
           10   11     5              observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      expand                  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner beginBackendHealthOnDemand(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
         0: .line 1744
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)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.network.implementation.ApplicationGatewayBackendHealthOnDemandInner
            areturn
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1758
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)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.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    1     4         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
         0: .line 1771
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$60
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$60.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>> beginBackendHealthOnDemandWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
         0: .line 1789
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1790
            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 1792
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1793
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1796
            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 1798
      StackMap locals:
      StackMap stack:
            aload 3 /* probeRequest */
            ifnonnull 8
         7: .line 1799
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter probeRequest is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1801
      StackMap locals:
      StackMap stack:
            aload 3 /* probeRequest */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 1803
            aconst_null
            astore 4 /* expand */
        start local 4 // java.lang.String expand
        10: .line 1804
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 4 /* expand */
            aload 3 /* probeRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginBackendHealthOnDemand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 1805
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$61.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1804
            areturn
        end local 4 // java.lang.String expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   13     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0   13     1       resourceGroupName  Ljava/lang/String;
            0   13     2  applicationGatewayName  Ljava/lang/String;
            0   13     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
           10   13     4                  expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner beginBackendHealthOnDemand(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // java.lang.String expand
         0: .line 1831
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            aload 4 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;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.network.implementation.ApplicationGatewayBackendHealthOnDemandInner
            areturn
        end local 4 // java.lang.String expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    1     4                  expand  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      expand                  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // java.lang.String expand
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1846
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            aload 4 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;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 expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    1     4                  expand  Ljava/lang/String;
            0    1     5         serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      expand                  
      serviceCallback         final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // java.lang.String expand
         0: .line 1860
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 3 /* probeRequest */
            aload 4 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.beginBackendHealthOnDemandWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$62
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$62.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1       resourceGroupName  Ljava/lang/String;
            0    1     2  applicationGatewayName  Ljava/lang/String;
            0    1     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    1     4                  expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      expand                  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner>> beginBackendHealthOnDemandWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String applicationGatewayName
        start local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        start local 4 // java.lang.String expand
         0: .line 1879
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1880
            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 1882
      StackMap locals:
      StackMap stack:
            aload 2 /* applicationGatewayName */
            ifnonnull 4
         3: .line 1883
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationGatewayName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1885
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1886
            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 1888
      StackMap locals:
      StackMap stack:
            aload 3 /* probeRequest */
            ifnonnull 8
         7: .line 1889
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter probeRequest is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1891
      StackMap locals:
      StackMap stack:
            aload 3 /* probeRequest */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 1893
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 1 /* resourceGroupName */
            aload 2 /* applicationGatewayName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 4 /* expand */
            aload 3 /* probeRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.beginBackendHealthOnDemand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 1894
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$63.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 1893
            areturn
        end local 4 // java.lang.String expand
        end local 3 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe probeRequest
        end local 2 // java.lang.String applicationGatewayName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   12     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0   12     1       resourceGroupName  Ljava/lang/String;
            0   12     2  applicationGatewayName  Ljava/lang/String;
            0   12     3            probeRequest  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0   12     4                  expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;>;
    MethodParameters:
                        Name  Flags
      resourceGroupName       
      applicationGatewayName  
      probeRequest            
      expand                  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHealthOnDemandInner> beginBackendHealthOnDemandDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 1908
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 1909
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1910
            sipush 202
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1911
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1912
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1908
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayBackendHealthOnDemandInner;>;
    MethodParameters:
          Name  Flags
      response  

  public java.util.List<java.lang.String> listAvailableServerVariables();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 1924
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableServerVariablesWithServiceResponseAsync:()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 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

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

  public rx.Observable<java.util.List<java.lang.String>> listAvailableServerVariablesAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 1945
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableServerVariablesWithServiceResponseAsync:()Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$66.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Ljava/util/List<Ljava/lang/String;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>>> listAvailableServerVariablesWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 1960
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1961
            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 1964
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableServerVariables:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 1965
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$67
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$67.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 1964
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;>;

  private com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>> listAvailableServerVariablesDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 1979
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 1980
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1981
            ldc Lcom/microsoft/azure/management/network/ErrorException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1982
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1979
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.network.ErrorException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.util.List<java.lang.String> listAvailableRequestHeaders();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 1994
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableRequestHeadersWithServiceResponseAsync:()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 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

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

  public rx.Observable<java.util.List<java.lang.String>> listAvailableRequestHeadersAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2015
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableRequestHeadersWithServiceResponseAsync:()Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$69
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$69.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Ljava/util/List<Ljava/lang/String;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>>> listAvailableRequestHeadersWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2030
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 2031
            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 2034
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableRequestHeaders:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 2035
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$70
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$70.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 2034
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;>;

  private com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>> listAvailableRequestHeadersDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 2049
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 2050
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2051
            ldc Lcom/microsoft/azure/management/network/ErrorException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2052
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2049
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.network.ErrorException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.util.List<java.lang.String> listAvailableResponseHeaders();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2064
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableResponseHeadersWithServiceResponseAsync:()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 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

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

  public rx.Observable<java.util.List<java.lang.String>> listAvailableResponseHeadersAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2085
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableResponseHeadersWithServiceResponseAsync:()Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$72.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Ljava/util/List<Ljava/lang/String;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>>> listAvailableResponseHeadersWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2100
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 2101
            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 2104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableResponseHeaders:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 2105
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$73
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$73.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 2104
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;>;

  private com.microsoft.rest.ServiceResponse<java.util.List<java.lang.String>> listAvailableResponseHeadersDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 2119
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 2120
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2121
            ldc Lcom/microsoft/azure/management/network/ErrorException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2122
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2119
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.network.ErrorException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner listAvailableWafRuleSets();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2134
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableWafRuleSetsWithServiceResponseAsync:()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.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner> listAvailableWafRuleSetsAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2145
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableWafRuleSetsWithServiceResponseAsync:()Lrx/Observable;
            aload 1 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner> listAvailableWafRuleSetsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2155
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableWafRuleSetsWithServiceResponseAsync:()Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$75
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$75.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner>> listAvailableWafRuleSetsWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2170
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 2171
            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 2174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableWafRuleSets:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 2175
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$76
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$76.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 2174
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableWafRuleSetsResultInner> listAvailableWafRuleSetsDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 2189
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 2190
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2191
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2192
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2189
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableWafRuleSetsResultInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner listAvailableSslOptions();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2204
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslOptionsWithServiceResponseAsync:()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.network.implementation.ApplicationGatewayAvailableSslOptionsInner
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner> listAvailableSslOptionsAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2215
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslOptionsWithServiceResponseAsync:()Lrx/Observable;
            aload 1 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner> listAvailableSslOptionsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2225
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslOptionsWithServiceResponseAsync:()Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$78
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$78.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner>> listAvailableSslOptionsWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2240
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 2241
            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 2244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableSslOptions:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 2245
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$79
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$79.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 2244
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewayAvailableSslOptionsInner> listAvailableSslOptionsDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 2259
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 2260
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2261
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2262
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2259
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAvailableSslOptionsInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner> listAvailableSslPredefinedPolicies();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2274
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesSinglePageAsync:()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 2275
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$81
            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.network.implementation.ApplicationGatewaysInner$81.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>);
    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.network.implementation.ApplicationGatewaysInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 2292
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesSinglePageAsync:()Lrx/Observable;
         1: .line 2293
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$82
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$82.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
         2: .line 2299
            aload 1 /* serviceCallback */
         3: .line 2291
            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.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2309
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesWithServiceResponseAsync:()Lrx/Observable;
         1: .line 2310
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$83
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$83.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2309
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>>> listAvailableSslPredefinedPoliciesSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
         0: .line 2345
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 2346
            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 2349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableSslPredefinedPolicies:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 2350
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$85
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$85.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 2349
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 2364
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 2365
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2366
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2367
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2364
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/PageImpl<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner getSslPredefinedPolicy(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String predefinedPolicyName
         0: .line 2380
            aload 0 /* this */
            aload 1 /* predefinedPolicyName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.getSslPredefinedPolicyWithServiceResponseAsync:(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.network.implementation.ApplicationGatewaySslPredefinedPolicyInner
            areturn
        end local 1 // java.lang.String predefinedPolicyName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1  predefinedPolicyName  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      predefinedPolicyName  

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

  public rx.Observable<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner> getSslPredefinedPolicyAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String predefinedPolicyName
         0: .line 2403
            aload 0 /* this */
            aload 1 /* predefinedPolicyName */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.getSslPredefinedPolicyWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$87
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$87.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String predefinedPolicyName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    1     1  predefinedPolicyName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
    MethodParameters:
                      Name  Flags
      predefinedPolicyName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> getSslPredefinedPolicyWithServiceResponseAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String predefinedPolicyName
         0: .line 2419
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 2420
            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 2422
      StackMap locals:
      StackMap stack:
            aload 1 /* predefinedPolicyName */
            ifnonnull 4
         3: .line 2423
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter predefinedPolicyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* predefinedPolicyName */
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.getSslPredefinedPolicy:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 2427
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$88
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$88.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 2426
            areturn
        end local 1 // java.lang.String predefinedPolicyName
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    7     1  predefinedPolicyName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
    MethodParameters:
                      Name  Flags
      predefinedPolicyName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner> getSslPredefinedPolicyDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 2441
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 2442
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2443
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2444
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2441
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2457
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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 2458
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$90
            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.network.implementation.ApplicationGatewaysInner$90.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;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.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
    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.network.implementation.ApplicationGatewaysInner 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 2477
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2478
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$91
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$91.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
         2: .line 2484
            aload 3 /* serviceCallback */
         3: .line 2476
            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.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2533
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2534
            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 2536
      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 2537
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2538
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$94
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$94.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2537
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            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/network/implementation/ApplicationGatewayInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2568
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.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 2569
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$96
            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.network.implementation.ApplicationGatewaysInner$96.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;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.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>);
    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.network.implementation.ApplicationGatewaysInner 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 2588
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2589
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$97
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$97.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
         2: .line 2595
            aload 3 /* serviceCallback */
         3: .line 2587
            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.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewayInner>>> 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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2644
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2645
            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 2647
      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 2648
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2649
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$100
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$100.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2648
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            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/network/implementation/ApplicationGatewayInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner> listAvailableSslPredefinedPoliciesNext(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2679
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesNextSinglePageAsync:(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 2680
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$102
            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.network.implementation.ApplicationGatewaysInner$102.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;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.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>);
    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.network.implementation.ApplicationGatewaysInner 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 2699
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.listAvailableSslPredefinedPoliciesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2700
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$103
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$103.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
         2: .line 2706
            aload 3 /* serviceCallback */
         3: .line 2698
            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.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>>> listAvailableSslPredefinedPoliciesNextSinglePageAsync(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2755
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2756
            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 2758
      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 2759
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.service:Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner$ApplicationGatewaysService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService.listAvailableSslPredefinedPoliciesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2760
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$106
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$106.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2759
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            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/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner>> listAvailableSslPredefinedPoliciesNextDelegate(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.network.implementation.ApplicationGatewaysInner this
        start local 1 // retrofit2.Response response
         0: .line 2774
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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.network.implementation.ApplicationGatewaysInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.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 2775
            sipush 200
            new com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107.<init>:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2776
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2777
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2774
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaysInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/PageImpl<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;>;>;
    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.network.implementation.ApplicationGatewaysInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;>;
SourceFile: "ApplicationGatewaysInner.java"
NestMembers:
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$1  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$100  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$101  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$102  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$103  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$104  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$105  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$106  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$11  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$13  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$14  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$17  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$18  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$19  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$20  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$22  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$23  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$24  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$25  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$26  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$27  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$28  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$29  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$3  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$30  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$31  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$32  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$33  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$34  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$36  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$37  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$4  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$40  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$42  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$43  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$46  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$48  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$50  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$51  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$52  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$53  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$56  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$58  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$60  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$61  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$62  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$63  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$66  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$67  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$69  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$70  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$72  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$73  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$75  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$76  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$78  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$79  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$8  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$81  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$82  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$83  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$84  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$85  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$87  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$88  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$9  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$90  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$91  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$92  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$93  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$94  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$95  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$96  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$97  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$98  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$99  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService
InnerClasses:
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$1
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$10
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$100
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$101
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$102
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$103
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$104
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$105
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$106
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$107
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$11
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$12
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$13
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$14
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$15
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$16
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$17
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$18
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$19
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$2
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$20
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$21
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$22
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$23
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$24
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$25
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$26
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$27
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$28
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$29
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$3
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$30
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$31
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$32
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$33
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$34
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$35
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$36
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$37
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$38
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$39
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$4
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$40
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$41
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$42
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$43
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$44
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$45
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$46
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$47
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$48
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$49
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$5
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$50
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$51
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$52
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$53
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$54
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$55
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$56
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$57
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$58
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$59
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$6
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$60
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$61
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$62
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$63
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$64
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$65
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$66
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$67
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$68
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$69
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$7
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$70
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$71
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$72
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$73
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$74
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$75
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$76
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$77
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$78
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$79
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$8
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$80
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$81
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$82
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$83
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$84
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$85
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$86
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$87
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$88
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$89
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$9
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$90
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$91
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$92
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$93
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$94
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$95
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$96
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$97
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$98
  com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$99
  abstract ApplicationGatewaysService = com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner$ApplicationGatewaysService of com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder