public class com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService service;
    descriptor: Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService;
    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.ExpressRouteCircuitConnectionsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl client
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService
            putfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.service:Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService;
         2: .line 56
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
         3: .line 57
            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.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            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, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
         0: .line 106
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.deleteWithServiceResponseAsync:(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.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 107
            return
        end local 4 // java.lang.String connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        circuitName  Ljava/lang/String;
            0    2     3        peeringName  Ljava/lang/String;
            0    2     4     connectionName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      circuitName        
      peeringName        
      connectionName     

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 121
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.deleteWithServiceResponseAsync:(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 connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        circuitName  Ljava/lang/String;
            0    1     3        peeringName  Ljava/lang/String;
            0    1     4     connectionName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      circuitName        
      peeringName        
      connectionName     
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
         0: .line 154
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 155
            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 157
      StackMap locals:
      StackMap stack:
            aload 2 /* circuitName */
            ifnonnull 4
         3: .line 158
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter circuitName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 160
      StackMap locals:
      StackMap stack:
            aload 3 /* peeringName */
            ifnonnull 6
         5: .line 161
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter peeringName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 163
      StackMap locals:
      StackMap stack:
            aload 4 /* connectionName */
            ifnonnull 8
         7: .line 164
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 167
            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 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.service:Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService;
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService.delete:(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;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        11: .line 171
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 5 /* observable */
            new com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$2.<init>:(Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$2.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // java.lang.String connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2        circuitName  Ljava/lang/String;
            0   12     3        peeringName  Ljava/lang/String;
            0   12     4     connectionName  Ljava/lang/String;
           11   12     5         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      circuitName        
      peeringName        
      connectionName     

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

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 201
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.beginDeleteWithServiceResponseAsync:(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 connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        circuitName  Ljava/lang/String;
            0    1     3        peeringName  Ljava/lang/String;
            0    1     4     connectionName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      circuitName        
      peeringName        
      connectionName     
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
         0: .line 234
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 235
            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 237
      StackMap locals:
      StackMap stack:
            aload 2 /* circuitName */
            ifnonnull 4
         3: .line 238
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter circuitName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 240
      StackMap locals:
      StackMap stack:
            aload 3 /* peeringName */
            ifnonnull 6
         5: .line 241
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter peeringName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 243
      StackMap locals:
      StackMap stack:
            aload 4 /* connectionName */
            ifnonnull 8
         7: .line 244
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 247
            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 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.service:Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService;
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService.beginDelete:(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 251
            new com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$4.<init>:(Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 250
            areturn
        end local 4 // java.lang.String connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        circuitName  Ljava/lang/String;
            0   13     3        peeringName  Ljava/lang/String;
            0   13     4     connectionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      circuitName        
      peeringName        
      connectionName     

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner> getAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>);
    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.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 301
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.getWithServiceResponseAsync:(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 connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        circuitName  Ljava/lang/String;
            0    1     3        peeringName  Ljava/lang/String;
            0    1     4     connectionName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      circuitName        
      peeringName        
      connectionName     
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>> getWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
         0: .line 334
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 335
            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 337
      StackMap locals:
      StackMap stack:
            aload 2 /* circuitName */
            ifnonnull 4
         3: .line 338
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter circuitName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 340
      StackMap locals:
      StackMap stack:
            aload 3 /* peeringName */
            ifnonnull 6
         5: .line 341
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter peeringName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 343
      StackMap locals:
      StackMap stack:
            aload 4 /* connectionName */
            ifnonnull 8
         7: .line 344
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 347
            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 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.service:Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService;
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService.get:(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 351
            new com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$9.<init>:(Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 350
            areturn
        end local 4 // java.lang.String connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        circuitName  Ljava/lang/String;
            0   13     3        peeringName  Ljava/lang/String;
            0   13     4     connectionName  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/ExpressRouteCircuitConnectionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      circuitName        
      peeringName        
      connectionName     

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

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner> createOrUpdateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;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.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
        start local 5 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 401
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            aload 5 /* expressRouteCircuitConnectionParameters */
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters
        end local 4 // java.lang.String connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                                     Name  Signature
            0    1     0                                     this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0    1     1                        resourceGroupName  Ljava/lang/String;
            0    1     2                              circuitName  Ljava/lang/String;
            0    1     3                              peeringName  Ljava/lang/String;
            0    1     4                           connectionName  Ljava/lang/String;
            0    1     5  expressRouteCircuitConnectionParameters  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;
            0    1     6                          serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;
    MethodParameters:
                                         Name  Flags
      resourceGroupName                        
      circuitName                              
      peeringName                              
      connectionName                           
      expressRouteCircuitConnectionParameters  
      serviceCallback                          final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
        start local 5 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters
         0: .line 436
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 437
            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 439
      StackMap locals:
      StackMap stack:
            aload 2 /* circuitName */
            ifnonnull 4
         3: .line 440
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter circuitName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 442
      StackMap locals:
      StackMap stack:
            aload 3 /* peeringName */
            ifnonnull 6
         5: .line 443
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter peeringName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 445
      StackMap locals:
      StackMap stack:
            aload 4 /* connectionName */
            ifnonnull 8
         7: .line 446
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 449
            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 451
      StackMap locals:
      StackMap stack:
            aload 5 /* expressRouteCircuitConnectionParameters */
            ifnonnull 12
        11: .line 452
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter expressRouteCircuitConnectionParameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 454
      StackMap locals:
      StackMap stack:
            aload 5 /* expressRouteCircuitConnectionParameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 456
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.service:Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService;
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* expressRouteCircuitConnectionParameters */
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 6 /* observable */
        start local 6 // rx.Observable observable
        14: .line 457
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 6 /* observable */
            new com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$12.<init>:(Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$12.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 6 // rx.Observable observable
        end local 5 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters
        end local 4 // java.lang.String connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                                     Name  Signature
            0   15     0                                     this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0   15     1                        resourceGroupName  Ljava/lang/String;
            0   15     2                              circuitName  Ljava/lang/String;
            0   15     3                              peeringName  Ljava/lang/String;
            0   15     4                           connectionName  Ljava/lang/String;
            0   15     5  expressRouteCircuitConnectionParameters  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;
           14   15     6                               observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;>;
    MethodParameters:
                                         Name  Flags
      resourceGroupName                        
      circuitName                              
      peeringName                              
      connectionName                           
      expressRouteCircuitConnectionParameters  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;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.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
        start local 5 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 490
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            aload 5 /* expressRouteCircuitConnectionParameters */
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters
        end local 4 // java.lang.String connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                                     Name  Signature
            0    1     0                                     this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0    1     1                        resourceGroupName  Ljava/lang/String;
            0    1     2                              circuitName  Ljava/lang/String;
            0    1     3                              peeringName  Ljava/lang/String;
            0    1     4                           connectionName  Ljava/lang/String;
            0    1     5  expressRouteCircuitConnectionParameters  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;
            0    1     6                          serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;
    MethodParameters:
                                         Name  Flags
      resourceGroupName                        
      circuitName                              
      peeringName                              
      connectionName                           
      expressRouteCircuitConnectionParameters  
      serviceCallback                          final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // java.lang.String connectionName
        start local 5 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters
         0: .line 525
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 526
            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 528
      StackMap locals:
      StackMap stack:
            aload 2 /* circuitName */
            ifnonnull 4
         3: .line 529
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter circuitName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 531
      StackMap locals:
      StackMap stack:
            aload 3 /* peeringName */
            ifnonnull 6
         5: .line 532
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter peeringName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 534
      StackMap locals:
      StackMap stack:
            aload 4 /* connectionName */
            ifnonnull 8
         7: .line 535
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 538
            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 540
      StackMap locals:
      StackMap stack:
            aload 5 /* expressRouteCircuitConnectionParameters */
            ifnonnull 12
        11: .line 541
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter expressRouteCircuitConnectionParameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 543
      StackMap locals:
      StackMap stack:
            aload 5 /* expressRouteCircuitConnectionParameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 545
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.service:Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService;
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            aload 4 /* connectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* expressRouteCircuitConnectionParameters */
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 546
            new com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$14.<init>:(Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 545
            areturn
        end local 5 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters
        end local 4 // java.lang.String connectionName
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                                     Name  Signature
            0   16     0                                     this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0   16     1                        resourceGroupName  Ljava/lang/String;
            0   16     2                              circuitName  Ljava/lang/String;
            0   16     3                              peeringName  Ljava/lang/String;
            0   16     4                           connectionName  Ljava/lang/String;
            0   16     5  expressRouteCircuitConnectionParameters  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;>;
    MethodParameters:
                                         Name  Flags
      resourceGroupName                        
      circuitName                              
      peeringName                              
      connectionName                           
      expressRouteCircuitConnectionParameters  

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner> list(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.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
         0: .line 579
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.listSinglePageAsync:(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 580
            new com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$17
            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.ExpressRouteCircuitConnectionsInner$17.<init>:(Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        circuitName  Ljava/lang/String;
            0    2     3        peeringName  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      circuitName        final
      peeringName        final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>> listAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>);
    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.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String circuitName
        start local 3 // java.lang.String peeringName
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 600
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* circuitName */
            aload 3 /* peeringName */
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 601
            new com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$18.<init>:(Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;)V
         2: .line 607
            aload 4 /* serviceCallback */
         3: .line 599
            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 peeringName
        end local 2 // java.lang.String circuitName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2        circuitName  Ljava/lang/String;
            0    4     3        peeringName  Ljava/lang/String;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      circuitName        final
      peeringName        final
      serviceCallback    final

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

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

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

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

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>>> 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.ExpressRouteCircuitConnectionsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 782
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 783
            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 785
      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 786
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.service:Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 787
            new com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$27.<init>:(Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 786
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            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/ExpressRouteCircuitConnectionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionInner>> 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.ExpressRouteCircuitConnectionsInner this
        start local 1 // retrofit2.Response response
         0: .line 801
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner.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.ExpressRouteCircuitConnectionsInner.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 802
            sipush 200
            new com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$28.<init>:(Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$28.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 803
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 804
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 801
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ExpressRouteCircuitConnectionsInner;
            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/ExpressRouteCircuitConnectionInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "ExpressRouteCircuitConnectionsInner.java"
NestMembers:
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$1  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$10  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$11  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$12  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$13  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$14  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$15  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$16  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$17  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$18  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$19  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$2  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$20  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$21  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$22  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$23  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$24  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$25  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$26  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$27  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$28  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$3  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$4  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$5  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$6  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$7  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$8  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$9  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService
InnerClasses:
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$1
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$10
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$11
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$12
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$13
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$14
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$15
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$16
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$17
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$18
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$19
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$2
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$20
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$21
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$22
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$23
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$24
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$25
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$26
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$27
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$28
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$3
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$4
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$5
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$6
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$7
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$8
  com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$9
  abstract ExpressRouteCircuitConnectionsService = com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner$ExpressRouteCircuitConnectionsService of com.microsoft.azure.management.network.implementation.ExpressRouteCircuitConnectionsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder