public class com.microsoft.azure.management.network.implementation.VirtualNetworksInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>, 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.VirtualNetworkInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.VirtualNetworksInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.network.implementation.VirtualNetworksInner$VirtualNetworksService service;
    descriptor: Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
    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.VirtualNetworksInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl client
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworksInner$VirtualNetworksService
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
         2: .line 62
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
         3: .line 63
            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.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
         0: .line 134
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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 135
            return
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0    2     1   resourceGroupName  Ljava/lang/String;
            0    2     2  virtualNetworkName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  

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

  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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
         0: .line 176
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 177
            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 179
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 180
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 183
            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 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.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 187
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$2.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner$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 virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0    8     1   resourceGroupName  Ljava/lang/String;
            0    8     2  virtualNetworkName  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   
      virtualNetworkName  

  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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
         0: .line 200
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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 201
            return
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0    2     1   resourceGroupName  Ljava/lang/String;
            0    2     2  virtualNetworkName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  

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

  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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
         0: .line 242
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 243
            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 245
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 246
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 249
            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 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 253
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$4.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 252
            areturn
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0    9     1   resourceGroupName  Ljava/lang/String;
            0    9     2  virtualNetworkName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  

  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.VirtualNetworksInner this
        start local 1 // retrofit2.Response response
         0: .line 267
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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 268
            sipush 200
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$5.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner$5.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 269
            sipush 202
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$6.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 270
            sipush 204
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$7.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner$7.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 271
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 272
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 267
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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.VirtualNetworkInner getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
         0: .line 286
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworkInner
            areturn
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2  virtualNetworkName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>> getByResourceGroupWithServiceResponseAsync(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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
         0: .line 328
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 329
            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 331
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 332
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 335
            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 338
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* expand */
        start local 3 // java.lang.String expand
         7: .line 339
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.getByResourceGroup:(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 340
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$9.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 339
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   10     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0   10     1   resourceGroupName  Ljava/lang/String;
            0   10     2  virtualNetworkName  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/VirtualNetworkInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>> getByResourceGroupWithServiceResponseAsync(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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
        start local 3 // java.lang.String expand
         0: .line 410
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 411
            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 413
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 414
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 417
            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 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.getByResourceGroup:(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 421
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$11.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 420
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0    9     1   resourceGroupName  Ljava/lang/String;
            0    9     2  virtualNetworkName  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/VirtualNetworkInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  
      expand              

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.VirtualNetworkInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
        start local 3 // com.microsoft.azure.management.network.implementation.VirtualNetworkInner parameters
         0: .line 498
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 499
            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 501
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 502
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 505
            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 507
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 508
            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 510
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 512
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        10: .line 513
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$14.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner$14.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.VirtualNetworkInner parameters
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0   11     1   resourceGroupName  Ljava/lang/String;
            0   11     2  virtualNetworkName  Ljava/lang/String;
            0   11     3          parameters  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;
           10   11     4          observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  
      parameters          

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.VirtualNetworkInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
        start local 3 // com.microsoft.azure.management.network.implementation.VirtualNetworkInner parameters
         0: .line 573
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 574
            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 576
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 577
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 579
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 580
            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 582
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 583
            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 585
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 587
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 588
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$16.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 587
            areturn
        end local 3 // com.microsoft.azure.management.network.implementation.VirtualNetworkInner parameters
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   12     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0   12     1   resourceGroupName  Ljava/lang/String;
            0   12     2  virtualNetworkName  Ljava/lang/String;
            0   12     3          parameters  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  
      parameters          

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.VirtualNetworkInner> 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.VirtualNetworksInner this
        start local 1 // retrofit2.Response response
         0: .line 602
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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 603
            sipush 200
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$17.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner$17.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 604
            sipush 201
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$18.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner$18.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 605
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 606
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 602
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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/VirtualNetworkInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>> 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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
         0: .line 662
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 663
            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 665
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 666
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 668
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 669
            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 673
      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 674
            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 675
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.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 676
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$20.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 675
            areturn
        end local 3 // com.microsoft.azure.management.network.TagsObject parameters
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0   11     1   resourceGroupName  Ljava/lang/String;
            0   11     2  virtualNetworkName  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/VirtualNetworkInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>> 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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
        start local 3 // java.util.Map tags
         0: .line 746
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 747
            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 749
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 750
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 753
            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 755
      StackMap locals:
      StackMap stack:
            aload 3 /* tags */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         7: .line 757
            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 758
            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 759
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.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 760
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$22.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 759
            areturn
        end local 4 // com.microsoft.azure.management.network.TagsObject parameters
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   12     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0   12     1   resourceGroupName  Ljava/lang/String;
            0   12     2  virtualNetworkName  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/VirtualNetworkInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  
      tags                

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

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>>> 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.VirtualNetworksInner this
         0: .line 860
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 861
            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 864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 865
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$28.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 864
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;>;>;>;

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.VirtualNetworkInner> 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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 895
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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 896
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$30
            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.VirtualNetworksInner$30.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;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.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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/VirtualNetworkInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>>> 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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 970
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 971
            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 973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 974
            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 977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 978
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$34.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 977
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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/VirtualNetworkInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.IPAddressAvailabilityResultInner>> checkIPAddressAvailabilityWithServiceResponseAsync(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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
        start local 3 // java.lang.String ipAddress
         0: .line 1055
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1056
            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 1058
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 1059
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1061
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1062
            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 1064
      StackMap locals:
      StackMap stack:
            aload 3 /* ipAddress */
            ifnonnull 8
         7: .line 1065
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter ipAddress is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* ipAddress */
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.checkIPAddressAvailability:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1069
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$37.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1068
            areturn
        end local 3 // java.lang.String ipAddress
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0   11     1   resourceGroupName  Ljava/lang/String;
            0   11     2  virtualNetworkName  Ljava/lang/String;
            0   11     3           ipAddress  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/IPAddressAvailabilityResultInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      virtualNetworkName  
      ipAddress           

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.IPAddressAvailabilityResultInner> checkIPAddressAvailabilityDelegate(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.VirtualNetworksInner this
        start local 1 // retrofit2.Response response
         0: .line 1083
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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 1084
            sipush 200
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$38.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner$38.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1085
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1086
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1083
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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/IPAddressAvailabilityResultInner;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.VirtualNetworkUsageInner>> listUsageAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.VirtualNetworkUsageInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1120
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner.listUsageSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1121
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$40.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
         2: .line 1127
            aload 3 /* serviceCallback */
         3: .line 1119
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0    4     1   resourceGroupName  Ljava/lang/String;
            0    4     2  virtualNetworkName  Ljava/lang/String;
            0    4     3     serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      virtualNetworkName  final
      serviceCallback     final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.VirtualNetworkUsageInner>>> listUsageSinglePageAsync(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.VirtualNetworksInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualNetworkName
         0: .line 1179
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1180
            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 1182
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualNetworkName */
            ifnonnull 4
         3: .line 1183
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualNetworkName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1186
            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 1189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualNetworkName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.listUsage:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1190
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$43.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1189
            areturn
        end local 2 // java.lang.String virtualNetworkName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0    9     1   resourceGroupName  Ljava/lang/String;
            0    9     2  virtualNetworkName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      virtualNetworkName  final

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

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>>> 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.VirtualNetworksInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1296
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1297
            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 1299
      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 1300
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1301
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$49.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1300
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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/VirtualNetworkInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.VirtualNetworkInner>>> 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.VirtualNetworksInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1407
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1408
            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 1410
      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 1411
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1412
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$55.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1411
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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/VirtualNetworkInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.VirtualNetworkUsageInner> listUsageNext(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.VirtualNetworksInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1442
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner.listUsageNextSinglePageAsync:(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 1443
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$57
            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.VirtualNetworksInner$57.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;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.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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/VirtualNetworkUsageInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.VirtualNetworkUsageInner>> listUsageNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.VirtualNetworkUsageInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.VirtualNetworkUsageInner>);
    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.VirtualNetworksInner 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 1462
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner.listUsageNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1463
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$58.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
         2: .line 1469
            aload 3 /* serviceCallback */
         3: .line 1461
            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.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkUsageInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.VirtualNetworkUsageInner>>> listUsageNextSinglePageAsync(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.VirtualNetworksInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1518
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1519
            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 1521
      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 1522
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.service:Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner$VirtualNetworksService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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.VirtualNetworksInner$VirtualNetworksService.listUsageNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1523
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$61.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1522
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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/VirtualNetworkUsageInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.VirtualNetworkUsageInner>> listUsageNextDelegate(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.VirtualNetworksInner this
        start local 1 // retrofit2.Response response
         0: .line 1537
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworksInner.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.VirtualNetworksInner.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 1538
            sipush 200
            new com.microsoft.azure.management.network.implementation.VirtualNetworksInner$62
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VirtualNetworksInner$62.<init>:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworksInner$62.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1539
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1540
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1537
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworksInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworksInner;
            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/VirtualNetworkUsageInner;>;>;
    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.VirtualNetworksInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkInner;
            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/VirtualNetworkInner;>;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/VirtualNetworkInner;>;
SourceFile: "VirtualNetworksInner.java"
NestMembers:
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$1  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$10  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$11  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$12  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$13  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$14  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$15  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$16  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$17  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$18  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$19  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$2  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$20  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$21  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$22  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$23  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$24  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$25  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$26  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$27  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$28  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$29  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$3  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$30  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$31  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$32  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$33  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$34  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$35  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$36  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$37  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$38  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$39  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$4  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$40  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$41  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$42  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$43  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$44  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$45  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$46  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$47  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$48  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$49  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$5  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$50  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$51  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$52  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$53  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$54  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$55  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$56  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$57  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$58  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$59  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$6  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$60  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$61  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$62  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$7  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$8  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$9  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$VirtualNetworksService
InnerClasses:
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$1
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$10
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$11
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$12
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$13
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$14
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$15
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$16
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$17
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$18
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$19
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$2
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$20
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$21
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$22
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$23
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$24
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$25
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$26
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$27
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$28
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$29
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$3
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$30
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$31
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$32
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$33
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$34
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$35
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$36
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$37
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$38
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$39
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$4
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$40
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$41
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$42
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$43
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$44
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$45
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$46
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$47
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$48
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$49
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$5
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$50
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$51
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$52
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$53
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$54
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$55
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$56
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$57
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$58
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$59
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$6
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$60
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$61
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$62
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$7
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$8
  com.microsoft.azure.management.network.implementation.VirtualNetworksInner$9
  abstract VirtualNetworksService = com.microsoft.azure.management.network.implementation.VirtualNetworksInner$VirtualNetworksService of com.microsoft.azure.management.network.implementation.VirtualNetworksInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder