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

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

  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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
         0: .line 215
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 216
            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 218
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 219
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 222
            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 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.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 226
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$2.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$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 networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    8     1     resourceGroupName  Ljava/lang/String;
            0    8     2  networkInterfaceName  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     
      networkInterfaceName  

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

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

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> 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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
         0: .line 367
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 368
            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 370
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 371
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 374
            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 377
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* expand */
        start local 3 // java.lang.String expand
         7: .line 378
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.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 379
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$9.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 378
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   10     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   10     1     resourceGroupName  Ljava/lang/String;
            0   10     2  networkInterfaceName  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/NetworkInterfaceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> 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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
        start local 3 // java.lang.String expand
         0: .line 449
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 450
            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 452
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 453
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 456
            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 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.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 460
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$11.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 459
            areturn
        end local 3 // java.lang.String expand
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    9     1     resourceGroupName  Ljava/lang/String;
            0    9     2  networkInterfaceName  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/NetworkInterfaceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  
      expand                

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.NetworkInterfaceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
        start local 3 // com.microsoft.azure.management.network.implementation.NetworkInterfaceInner parameters
         0: .line 537
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 538
            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 540
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 541
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 544
            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 546
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 547
            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 549
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 551
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        10: .line 552
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$14.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$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.NetworkInterfaceInner parameters
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   11     1     resourceGroupName  Ljava/lang/String;
            0   11     2  networkInterfaceName  Ljava/lang/String;
            0   11     3            parameters  Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;
           10   11     4            observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  
      parameters            

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.NetworkInterfaceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
        start local 3 // com.microsoft.azure.management.network.implementation.NetworkInterfaceInner parameters
         0: .line 612
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 613
            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 615
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 616
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 619
            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 621
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 622
            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 624
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 626
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 627
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$16.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 626
            areturn
        end local 3 // com.microsoft.azure.management.network.implementation.NetworkInterfaceInner parameters
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   12     1     resourceGroupName  Ljava/lang/String;
            0   12     2  networkInterfaceName  Ljava/lang/String;
            0   12     3            parameters  Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  
      parameters            

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> 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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
         0: .line 701
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 702
            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 704
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 705
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 708
            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 712
      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 713
            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 714
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.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 715
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$20.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 714
            areturn
        end local 3 // com.microsoft.azure.management.network.TagsObject parameters
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   11     1     resourceGroupName  Ljava/lang/String;
            0   11     2  networkInterfaceName  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/NetworkInterfaceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> 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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
        start local 3 // java.util.Map tags
         0: .line 785
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 786
            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 788
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 789
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 791
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 792
            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 794
      StackMap locals:
      StackMap stack:
            aload 3 /* tags */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         7: .line 796
            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 797
            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 798
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.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 799
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$22.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 798
            areturn
        end local 4 // com.microsoft.azure.management.network.TagsObject parameters
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   12     1     resourceGroupName  Ljava/lang/String;
            0   12     2  networkInterfaceName  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/NetworkInterfaceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  
      tags                  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.EffectiveRouteListResultInner>> getEffectiveRouteTableWithServiceResponseAsync(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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
         0: .line 1090
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1091
            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 1093
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 1094
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1096
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1097
            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 1100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.getEffectiveRouteTable:(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 1101
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$37.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$37.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 3 // rx.Observable observable
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    8     1     resourceGroupName  Ljava/lang/String;
            0    8     2  networkInterfaceName  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<Lcom/microsoft/azure/management/network/implementation/EffectiveRouteListResultInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.EffectiveRouteListResultInner>> beginGetEffectiveRouteTableWithServiceResponseAsync(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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
         0: .line 1157
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1158
            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 1160
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 1161
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1164
            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 1167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.beginGetEffectiveRouteTable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1168
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$39.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1167
            areturn
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    9     1     resourceGroupName  Ljava/lang/String;
            0    9     2  networkInterfaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/EffectiveRouteListResultInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.EffectiveRouteListResultInner> beginGetEffectiveRouteTableDelegate(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.NetworkInterfacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1182
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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 1183
            sipush 200
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$40.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$40.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1184
            sipush 202
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$41.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$41.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1185
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1186
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1182
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            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/EffectiveRouteListResultInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.EffectiveNetworkSecurityGroupListResultInner>> listEffectiveNetworkSecurityGroupsWithServiceResponseAsync(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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
         0: .line 1242
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1243
            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 1245
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 1246
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1249
            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 1252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listEffectiveNetworkSecurityGroups:(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 1253
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$43.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$43.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 3 // rx.Observable observable
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    8     1     resourceGroupName  Ljava/lang/String;
            0    8     2  networkInterfaceName  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<Lcom/microsoft/azure/management/network/implementation/EffectiveNetworkSecurityGroupListResultInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.EffectiveNetworkSecurityGroupListResultInner>> beginListEffectiveNetworkSecurityGroupsWithServiceResponseAsync(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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkInterfaceName
         0: .line 1309
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1310
            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 1312
      StackMap locals:
      StackMap stack:
            aload 2 /* networkInterfaceName */
            ifnonnull 4
         3: .line 1313
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1316
            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 1319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.beginListEffectiveNetworkSecurityGroups:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1320
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$45.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1319
            areturn
        end local 2 // java.lang.String networkInterfaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    9     1     resourceGroupName  Ljava/lang/String;
            0    9     2  networkInterfaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/EffectiveNetworkSecurityGroupListResultInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      networkInterfaceName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.EffectiveNetworkSecurityGroupListResultInner> beginListEffectiveNetworkSecurityGroupsDelegate(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.NetworkInterfacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1334
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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 1335
            sipush 200
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$46.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$46.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1336
            sipush 202
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$47.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$47.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1337
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1338
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1334
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            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/EffectiveNetworkSecurityGroupListResultInner;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> listVirtualMachineScaleSetVMNetworkInterfacesAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1374
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetVMNetworkInterfacesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1375
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$49.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
         2: .line 1381
            aload 4 /* serviceCallback */
         3: .line 1373
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    4     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    4     1           resourceGroupName  Ljava/lang/String;
            0    4     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    4     3         virtualmachineIndex  Ljava/lang/String;
            0    4     4             serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      serviceCallback             final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>>> listVirtualMachineScaleSetVMNetworkInterfacesSinglePageAsync(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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
         0: .line 1436
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1437
            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 1439
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualMachineScaleSetName */
            ifnonnull 4
         3: .line 1440
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualMachineScaleSetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1442
      StackMap locals:
      StackMap stack:
            aload 3 /* virtualmachineIndex */
            ifnonnull 6
         5: .line 1443
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualmachineIndex is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1446
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2018-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listVirtualMachineScaleSetVMNetworkInterfaces:(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 1450
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$52.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1449
            areturn
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   11     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   11     1           resourceGroupName  Ljava/lang/String;
            0   11     2  virtualMachineScaleSetName  Ljava/lang/String;
            0   11     3         virtualmachineIndex  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner> listVirtualMachineScaleSetNetworkInterfaces(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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
         0: .line 1481
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetNetworkInterfacesSinglePageAsync:(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 1482
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$54
            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.NetworkInterfacesInner$54.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    2     1           resourceGroupName  Ljava/lang/String;
            0    2     2  virtualMachineScaleSetName  Ljava/lang/String;
            1    2     3                    response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> listVirtualMachineScaleSetNetworkInterfacesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>);
    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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1501
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetNetworkInterfacesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1502
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$55.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
         2: .line 1508
            aload 3 /* serviceCallback */
         3: .line 1500
            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 virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    4     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    4     1           resourceGroupName  Ljava/lang/String;
            0    4     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    4     3             serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      serviceCallback             final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>>> listVirtualMachineScaleSetNetworkInterfacesSinglePageAsync(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.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
         0: .line 1560
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1561
            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 1563
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualMachineScaleSetName */
            ifnonnull 4
         3: .line 1564
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualMachineScaleSetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1566
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1567
            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 1570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2018-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listVirtualMachineScaleSetNetworkInterfaces:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1571
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$58.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1570
            areturn
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    9     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    9     1           resourceGroupName  Ljava/lang/String;
            0    9     2  virtualMachineScaleSetName  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/NetworkInterfaceInner;>;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final

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

  public com.microsoft.azure.management.network.implementation.NetworkInterfaceInner getVirtualMachineScaleSetNetworkInterface(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
         0: .line 1604
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetNetworkInterfaceWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkInterfaceInner
            areturn
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner> getVirtualMachineScaleSetNetworkInterfaceAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1619
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetNetworkInterfaceWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
            0    1     5             serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      serviceCallback             final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> getVirtualMachineScaleSetNetworkInterfaceWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
         0: .line 1652
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1653
            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 1655
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualMachineScaleSetName */
            ifnonnull 4
         3: .line 1656
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualMachineScaleSetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1658
      StackMap locals:
      StackMap stack:
            aload 3 /* virtualmachineIndex */
            ifnonnull 6
         5: .line 1659
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualmachineIndex is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1661
      StackMap locals:
      StackMap stack:
            aload 4 /* networkInterfaceName */
            ifnonnull 8
         7: .line 1662
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1664
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1665
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1668
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* expand */
        start local 5 // java.lang.String expand
        11: .line 1669
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2018-10-01"
            aload 5 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.getVirtualMachineScaleSetNetworkInterface:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1670
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$61.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1669
            areturn
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   14     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   14     1           resourceGroupName  Ljava/lang/String;
            0   14     2  virtualMachineScaleSetName  Ljava/lang/String;
            0   14     3         virtualmachineIndex  Ljava/lang/String;
            0   14     4        networkInterfaceName  Ljava/lang/String;
           11   14     5                      expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        

  public com.microsoft.azure.management.network.implementation.NetworkInterfaceInner getVirtualMachineScaleSetNetworkInterface(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String expand
         0: .line 1697
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetNetworkInterfaceWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkInterfaceInner
            areturn
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
            0    1     5                      expand  Ljava/lang/String;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      expand                      

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner> getVirtualMachineScaleSetNetworkInterfaceAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String expand
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1713
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetNetworkInterfaceWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
            0    1     5                      expand  Ljava/lang/String;
            0    1     6             serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      expand                      
      serviceCallback             final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> getVirtualMachineScaleSetNetworkInterfaceWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String expand
         0: .line 1748
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1749
            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 1751
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualMachineScaleSetName */
            ifnonnull 4
         3: .line 1752
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualMachineScaleSetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1754
      StackMap locals:
      StackMap stack:
            aload 3 /* virtualmachineIndex */
            ifnonnull 6
         5: .line 1755
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualmachineIndex is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1757
      StackMap locals:
      StackMap stack:
            aload 4 /* networkInterfaceName */
            ifnonnull 8
         7: .line 1758
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1761
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2018-10-01"
            aload 5 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.getVirtualMachineScaleSetNetworkInterface:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 1765
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$63.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1764
            areturn
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   13     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   13     1           resourceGroupName  Ljava/lang/String;
            0   13     2  virtualMachineScaleSetName  Ljava/lang/String;
            0   13     3         virtualmachineIndex  Ljava/lang/String;
            0   13     4        networkInterfaceName  Ljava/lang/String;
            0   13     5                      expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      expand                      

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> listVirtualMachineScaleSetIpConfigurations(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
         0: .line 1798
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetIpConfigurationsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 5 /* response */
        start local 5 // com.microsoft.rest.ServiceResponse response
         1: .line 1799
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$65
            dup
            aload 0 /* this */
            aload 5 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$65.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 5 // com.microsoft.rest.ServiceResponse response
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    2     1           resourceGroupName  Ljava/lang/String;
            0    2     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    2     3         virtualmachineIndex  Ljava/lang/String;
            0    2     4        networkInterfaceName  Ljava/lang/String;
            1    2     5                    response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>> listVirtualMachineScaleSetIpConfigurationsAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1820
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetIpConfigurationsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1821
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$66.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
         2: .line 1827
            aload 5 /* serviceCallback */
         3: .line 1819
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    4     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    4     1           resourceGroupName  Ljava/lang/String;
            0    4     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    4     3         virtualmachineIndex  Ljava/lang/String;
            0    4     4        networkInterfaceName  Ljava/lang/String;
            0    4     5             serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final
      serviceCallback             final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>> listVirtualMachineScaleSetIpConfigurationsAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
         0: .line 1841
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetIpConfigurationsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1842
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$67
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$67.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1841
            areturn
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    3     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    3     1           resourceGroupName  Ljava/lang/String;
            0    3     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    3     3         virtualmachineIndex  Ljava/lang/String;
            0    3     4        networkInterfaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>>> listVirtualMachineScaleSetIpConfigurationsWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
         0: .line 1861
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetIpConfigurationsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1862
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$68
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$68.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1861
            areturn
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    3     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    3     1           resourceGroupName  Ljava/lang/String;
            0    3     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    3     3         virtualmachineIndex  Ljava/lang/String;
            0    3     4        networkInterfaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>>> listVirtualMachineScaleSetIpConfigurationsSinglePageAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
         0: .line 1885
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1886
            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 1888
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualMachineScaleSetName */
            ifnonnull 4
         3: .line 1889
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualMachineScaleSetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1891
      StackMap locals:
      StackMap stack:
            aload 3 /* virtualmachineIndex */
            ifnonnull 6
         5: .line 1892
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualmachineIndex is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1894
      StackMap locals:
      StackMap stack:
            aload 4 /* networkInterfaceName */
            ifnonnull 8
         7: .line 1895
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1897
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1898
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1901
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* expand */
        start local 5 // java.lang.String expand
        11: .line 1902
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2018-10-01"
            aload 5 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listVirtualMachineScaleSetIpConfigurations:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1903
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$69
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$69.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1902
            areturn
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   14     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   14     1           resourceGroupName  Ljava/lang/String;
            0   14     2  virtualMachineScaleSetName  Ljava/lang/String;
            0   14     3         virtualmachineIndex  Ljava/lang/String;
            0   14     4        networkInterfaceName  Ljava/lang/String;
           11   14     5                      expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> listVirtualMachineScaleSetIpConfigurations(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String expand
         0: .line 1930
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetIpConfigurationsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 6 /* response */
        start local 6 // com.microsoft.rest.ServiceResponse response
         1: .line 1931
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$70
            dup
            aload 0 /* this */
            aload 6 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$70.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 6 // com.microsoft.rest.ServiceResponse response
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    2     1           resourceGroupName  Ljava/lang/String;
            0    2     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    2     3         virtualmachineIndex  Ljava/lang/String;
            0    2     4        networkInterfaceName  Ljava/lang/String;
            0    2     5                      expand  Ljava/lang/String;
            1    2     6                    response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final
      expand                      final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>> listVirtualMachineScaleSetIpConfigurationsAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String expand
        start local 6 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1953
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetIpConfigurationsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1954
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$71
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$71.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
         2: .line 1960
            aload 6 /* serviceCallback */
         3: .line 1952
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    4     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    4     1           resourceGroupName  Ljava/lang/String;
            0    4     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    4     3         virtualmachineIndex  Ljava/lang/String;
            0    4     4        networkInterfaceName  Ljava/lang/String;
            0    4     5                      expand  Ljava/lang/String;
            0    4     6             serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final
      expand                      final
      serviceCallback             final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>> listVirtualMachineScaleSetIpConfigurationsAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String expand
         0: .line 1975
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetIpConfigurationsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1976
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$72.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1975
            areturn
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    3     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    3     1           resourceGroupName  Ljava/lang/String;
            0    3     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    3     3         virtualmachineIndex  Ljava/lang/String;
            0    3     4        networkInterfaceName  Ljava/lang/String;
            0    3     5                      expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final
      expand                      final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>>> listVirtualMachineScaleSetIpConfigurationsWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String expand
         0: .line 1996
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetIpConfigurationsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1997
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$73
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$73.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1996
            areturn
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    3     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    3     1           resourceGroupName  Ljava/lang/String;
            0    3     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    3     3         virtualmachineIndex  Ljava/lang/String;
            0    3     4        networkInterfaceName  Ljava/lang/String;
            0    3     5                      expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final
      expand                      final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>>> listVirtualMachineScaleSetIpConfigurationsSinglePageAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String expand
         0: .line 2021
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2022
            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 2024
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualMachineScaleSetName */
            ifnonnull 4
         3: .line 2025
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualMachineScaleSetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2027
      StackMap locals:
      StackMap stack:
            aload 3 /* virtualmachineIndex */
            ifnonnull 6
         5: .line 2028
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualmachineIndex is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2030
      StackMap locals:
      StackMap stack:
            aload 4 /* networkInterfaceName */
            ifnonnull 8
         7: .line 2031
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2034
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 2037
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2018-10-01"
            aload 5 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listVirtualMachineScaleSetIpConfigurations:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 2038
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$74
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$74.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 2037
            areturn
        end local 5 // java.lang.String expand
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   13     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   13     1           resourceGroupName  Ljava/lang/String;
            0   13     2  virtualMachineScaleSetName  Ljava/lang/String;
            0   13     3         virtualmachineIndex  Ljava/lang/String;
            0   13     4        networkInterfaceName  Ljava/lang/String;
            0   13     5                      expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           final
      virtualMachineScaleSetName  final
      virtualmachineIndex         final
      networkInterfaceName        final
      expand                      final

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

  public com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner getVirtualMachineScaleSetIpConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String ipConfigurationName
         0: .line 2072
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* ipConfigurationName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetIpConfigurationWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner
            areturn
        end local 5 // java.lang.String ipConfigurationName
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
            0    1     5         ipConfigurationName  Ljava/lang/String;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      ipConfigurationName         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> getVirtualMachineScaleSetIpConfigurationAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String ipConfigurationName
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2088
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* ipConfigurationName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetIpConfigurationWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // java.lang.String ipConfigurationName
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
            0    1     5         ipConfigurationName  Ljava/lang/String;
            0    1     6             serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      ipConfigurationName         
      serviceCallback             final

  public rx.Observable<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> getVirtualMachineScaleSetIpConfigurationAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String ipConfigurationName
         0: .line 2103
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* ipConfigurationName */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetIpConfigurationWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$76
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$76.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // java.lang.String ipConfigurationName
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
            0    1     5         ipConfigurationName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      ipConfigurationName         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>> getVirtualMachineScaleSetIpConfigurationWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=7, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String ipConfigurationName
         0: .line 2123
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2124
            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 2126
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualMachineScaleSetName */
            ifnonnull 4
         3: .line 2127
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualMachineScaleSetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2129
      StackMap locals:
      StackMap stack:
            aload 3 /* virtualmachineIndex */
            ifnonnull 6
         5: .line 2130
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualmachineIndex is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2132
      StackMap locals:
      StackMap stack:
            aload 4 /* networkInterfaceName */
            ifnonnull 8
         7: .line 2133
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2135
      StackMap locals:
      StackMap stack:
            aload 5 /* ipConfigurationName */
            ifnonnull 10
         9: .line 2136
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter ipConfigurationName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 2138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 12
        11: .line 2139
            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
        12: .line 2142
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* expand */
        start local 6 // java.lang.String expand
        13: .line 2143
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* ipConfigurationName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2018-10-01"
            aload 6 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.getVirtualMachineScaleSetIpConfiguration:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 2144
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$77
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$77.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 2143
            areturn
        end local 6 // java.lang.String expand
        end local 5 // java.lang.String ipConfigurationName
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   16     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   16     1           resourceGroupName  Ljava/lang/String;
            0   16     2  virtualMachineScaleSetName  Ljava/lang/String;
            0   16     3         virtualmachineIndex  Ljava/lang/String;
            0   16     4        networkInterfaceName  Ljava/lang/String;
            0   16     5         ipConfigurationName  Ljava/lang/String;
           13   16     6                      expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      ipConfigurationName         

  public com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner getVirtualMachineScaleSetIpConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String ipConfigurationName
        start local 6 // java.lang.String expand
         0: .line 2172
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* ipConfigurationName */
            aload 6 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetIpConfigurationWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner
            areturn
        end local 6 // java.lang.String expand
        end local 5 // java.lang.String ipConfigurationName
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
            0    1     5         ipConfigurationName  Ljava/lang/String;
            0    1     6                      expand  Ljava/lang/String;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      ipConfigurationName         
      expand                      

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> getVirtualMachineScaleSetIpConfigurationAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String ipConfigurationName
        start local 6 // java.lang.String expand
        start local 7 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2189
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* ipConfigurationName */
            aload 6 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetIpConfigurationWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 7 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 7 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 6 // java.lang.String expand
        end local 5 // java.lang.String ipConfigurationName
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
            0    1     5         ipConfigurationName  Ljava/lang/String;
            0    1     6                      expand  Ljava/lang/String;
            0    1     7             serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      ipConfigurationName         
      expand                      
      serviceCallback             final

  public rx.Observable<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> getVirtualMachineScaleSetIpConfigurationAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String ipConfigurationName
        start local 6 // java.lang.String expand
         0: .line 2205
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* ipConfigurationName */
            aload 6 /* expand */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.getVirtualMachineScaleSetIpConfigurationWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$78
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$78.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 6 // java.lang.String expand
        end local 5 // java.lang.String ipConfigurationName
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    1     1           resourceGroupName  Ljava/lang/String;
            0    1     2  virtualMachineScaleSetName  Ljava/lang/String;
            0    1     3         virtualmachineIndex  Ljava/lang/String;
            0    1     4        networkInterfaceName  Ljava/lang/String;
            0    1     5         ipConfigurationName  Ljava/lang/String;
            0    1     6                      expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      ipConfigurationName         
      expand                      

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>> getVirtualMachineScaleSetIpConfigurationWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String virtualMachineScaleSetName
        start local 3 // java.lang.String virtualmachineIndex
        start local 4 // java.lang.String networkInterfaceName
        start local 5 // java.lang.String ipConfigurationName
        start local 6 // java.lang.String expand
         0: .line 2226
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2227
            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 2229
      StackMap locals:
      StackMap stack:
            aload 2 /* virtualMachineScaleSetName */
            ifnonnull 4
         3: .line 2230
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualMachineScaleSetName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2232
      StackMap locals:
      StackMap stack:
            aload 3 /* virtualmachineIndex */
            ifnonnull 6
         5: .line 2233
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter virtualmachineIndex is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2235
      StackMap locals:
      StackMap stack:
            aload 4 /* networkInterfaceName */
            ifnonnull 8
         7: .line 2236
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkInterfaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2238
      StackMap locals:
      StackMap stack:
            aload 5 /* ipConfigurationName */
            ifnonnull 10
         9: .line 2239
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter ipConfigurationName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 2241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 12
        11: .line 2242
            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
        12: .line 2245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* virtualMachineScaleSetName */
            aload 3 /* virtualmachineIndex */
            aload 4 /* networkInterfaceName */
            aload 5 /* ipConfigurationName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2018-10-01"
            aload 6 /* expand */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.getVirtualMachineScaleSetIpConfiguration:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        13: .line 2246
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$79
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$79.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 2245
            areturn
        end local 6 // java.lang.String expand
        end local 5 // java.lang.String ipConfigurationName
        end local 4 // java.lang.String networkInterfaceName
        end local 3 // java.lang.String virtualmachineIndex
        end local 2 // java.lang.String virtualMachineScaleSetName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   15     0                        this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0   15     1           resourceGroupName  Ljava/lang/String;
            0   15     2  virtualMachineScaleSetName  Ljava/lang/String;
            0   15     3         virtualmachineIndex  Ljava/lang/String;
            0   15     4        networkInterfaceName  Ljava/lang/String;
            0   15     5         ipConfigurationName  Ljava/lang/String;
            0   15     6                      expand  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
    MethodParameters:
                            Name  Flags
      resourceGroupName           
      virtualMachineScaleSetName  
      virtualmachineIndex         
      networkInterfaceName        
      ipConfigurationName         
      expand                      

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

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>>> 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.NetworkInterfacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2352
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2353
            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 2355
      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 2356
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2357
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$85
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$85.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2356
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            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/NetworkInterfaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>>> 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.NetworkInterfacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2463
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2464
            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 2466
      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 2467
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2468
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$91
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$91.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2467
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            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/NetworkInterfaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> listVirtualMachineScaleSetVMNetworkInterfacesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>);
    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.NetworkInterfacesInner 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 2518
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetVMNetworkInterfacesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2519
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$94
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$94.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
         2: .line 2525
            aload 3 /* serviceCallback */
         3: .line 2517
            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.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>>> listVirtualMachineScaleSetVMNetworkInterfacesNextSinglePageAsync(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.NetworkInterfacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2574
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2575
            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 2577
      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 2578
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listVirtualMachineScaleSetVMNetworkInterfacesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2579
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$97
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$97.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2578
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            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/NetworkInterfaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>> listVirtualMachineScaleSetNetworkInterfacesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>);
    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.NetworkInterfacesInner 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 2629
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetNetworkInterfacesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2630
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$100
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$100.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
         2: .line 2636
            aload 3 /* serviceCallback */
         3: .line 2628
            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.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>>> listVirtualMachineScaleSetNetworkInterfacesNextSinglePageAsync(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.NetworkInterfacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2685
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2686
            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 2688
      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 2689
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listVirtualMachineScaleSetNetworkInterfacesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2690
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$103
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$103.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2689
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            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/NetworkInterfaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>> listVirtualMachineScaleSetIpConfigurationsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>);
    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.NetworkInterfacesInner 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 2740
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.listVirtualMachineScaleSetIpConfigurationsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2741
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$106
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$106.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
         2: .line 2747
            aload 3 /* serviceCallback */
         3: .line 2739
            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.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>>> listVirtualMachineScaleSetIpConfigurationsNextSinglePageAsync(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.NetworkInterfacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2796
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2797
            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 2799
      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 2800
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.service:Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner$NetworkInterfacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkInterfacesInner.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.NetworkInterfacesInner.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.NetworkInterfacesInner$NetworkInterfacesService.listVirtualMachineScaleSetIpConfigurationsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2801
            new com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$109
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkInterfacesInner$109.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2800
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkInterfacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/NetworkInterfacesInner;
            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/NetworkInterfaceIPConfigurationInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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