public class com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$ConnectionMonitorsService service;
    descriptor: Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
    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.ConnectionMonitorsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl client
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$ConnectionMonitorsService
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
         2: .line 57
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
         3: .line 58
            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.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    4     1  retrofit  Lretrofit2/Retrofit;
            0    4     2    client  Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
    MethodParameters:
          Name  Flags
      retrofit  
      client    

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ConnectionMonitorInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.azure.management.network.implementation.ConnectionMonitorInner parameters
         0: .line 180
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 181
            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 183
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 184
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 186
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 187
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 190
            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 192
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            ifnonnull 10
         9: .line 193
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 195
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 197
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* parameters */
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        12: .line 198
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$2.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$2.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // com.microsoft.azure.management.network.implementation.ConnectionMonitorInner parameters
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   13     1      resourceGroupName  Ljava/lang/String;
            0   13     2     networkWatcherName  Ljava/lang/String;
            0   13     3  connectionMonitorName  Ljava/lang/String;
            0   13     4             parameters  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
           12   13     5             observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      parameters             

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.network.implementation.ConnectionMonitorInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.azure.management.network.implementation.ConnectionMonitorInner parameters
         0: .line 262
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 263
            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 265
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 266
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 268
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 269
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 272
            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 274
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            ifnonnull 10
         9: .line 275
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 277
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 279
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* parameters */
            ldc "2019-11-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 280
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$4.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 279
            areturn
        end local 4 // com.microsoft.azure.management.network.implementation.ConnectionMonitorInner parameters
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   14     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   14     1      resourceGroupName  Ljava/lang/String;
            0   14     2     networkWatcherName  Ljava/lang/String;
            0   14     3  connectionMonitorName  Ljava/lang/String;
            0   14     4             parameters  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      parameters             

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

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner> getAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 327
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner>> getWithServiceResponseAsync(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.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 358
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 359
            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 361
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 362
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 364
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 365
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 368
            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 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.get:(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 372
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$8.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 371
            areturn
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   11     1      resourceGroupName  Ljava/lang/String;
            0   11     2     networkWatcherName  Ljava/lang/String;
            0   11     3  connectionMonitorName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

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

  public void delete(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 403
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.deleteWithServiceResponseAsync:(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 404
            return
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    2     1      resourceGroupName  Ljava/lang/String;
            0    2     2     networkWatcherName  Ljava/lang/String;
            0    2     3  connectionMonitorName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 417
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 448
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 449
            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 451
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 452
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 454
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 455
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 458
            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 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
         9: .line 462
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$11.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$11.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   10     1      resourceGroupName  Ljava/lang/String;
            0   10     2     networkWatcherName  Ljava/lang/String;
            0   10     3  connectionMonitorName  Ljava/lang/String;
            9   10     4             observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public void beginDelete(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 476
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.beginDeleteWithServiceResponseAsync:(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 477
            return
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    2     1      resourceGroupName  Ljava/lang/String;
            0    2     2     networkWatcherName  Ljava/lang/String;
            0    2     3  connectionMonitorName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 490
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(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.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 521
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 522
            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 524
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 525
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 527
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 528
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 531
            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 534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.beginDelete:(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 535
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$13.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 534
            areturn
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   11     1      resourceGroupName  Ljava/lang/String;
            0   11     2     networkWatcherName  Ljava/lang/String;
            0   11     3  connectionMonitorName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  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.ConnectionMonitorsInner this
        start local 1 // retrofit2.Response response
         0: .line 549
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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 550
            sipush 202
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$14.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$14.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 551
            sipush 204
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$15.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 552
            ldc Lcom/microsoft/azure/management/network/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 553
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 549
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.network.ErrorResponseException, 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.ConnectionMonitorResultInner updateTags(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 568
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.updateTagsWithServiceResponseAsync:(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.ConnectionMonitorResultInner
            areturn
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner> updateTagsAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 582
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner>> updateTagsWithServiceResponseAsync(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=9, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 613
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 614
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 616
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 617
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 619
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 620
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 623
            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 627
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.network.TagsObject
            dup
            invokespecial com.microsoft.azure.management.network.TagsObject.<init>:()V
            astore 4 /* parameters */
        start local 4 // com.microsoft.azure.management.network.TagsObject parameters
         9: .line 628
            aload 4 /* parameters */
            aconst_null
            invokevirtual com.microsoft.azure.management.network.TagsObject.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/network/TagsObject;
            pop
        10: .line 629
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.updateTags:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/TagsObject;Ljava/lang/String;)Lrx/Observable;
        11: .line 630
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$17.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 629
            areturn
        end local 4 // com.microsoft.azure.management.network.TagsObject parameters
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   13     1      resourceGroupName  Ljava/lang/String;
            0   13     2     networkWatcherName  Ljava/lang/String;
            0   13     3  connectionMonitorName  Ljava/lang/String;
            9   13     4             parameters  Lcom/microsoft/azure/management/network/TagsObject;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner updateTags(java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // java.util.Map tags
         0: .line 656
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 4 /* tags */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.updateTagsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner
            areturn
        end local 4 // java.util.Map tags
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4                   tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      tags                   

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner>> updateTagsWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // java.util.Map tags
         0: .line 704
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 705
            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 707
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 708
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 710
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 711
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 714
            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 716
      StackMap locals:
      StackMap stack:
            aload 4 /* tags */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 718
            new com.microsoft.azure.management.network.TagsObject
            dup
            invokespecial com.microsoft.azure.management.network.TagsObject.<init>:()V
            astore 5 /* parameters */
        start local 5 // com.microsoft.azure.management.network.TagsObject parameters
        10: .line 719
            aload 5 /* parameters */
            aload 4 /* tags */
            invokevirtual com.microsoft.azure.management.network.TagsObject.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/network/TagsObject;
            pop
        11: .line 720
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 5 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.updateTags:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/TagsObject;Ljava/lang/String;)Lrx/Observable;
        12: .line 721
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$19.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 720
            areturn
        end local 5 // com.microsoft.azure.management.network.TagsObject parameters
        end local 4 // java.util.Map tags
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   14     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   14     1      resourceGroupName  Ljava/lang/String;
            0   14     2     networkWatcherName  Ljava/lang/String;
            0   14     3  connectionMonitorName  Ljava/lang/String;
            0   14     4                   tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
           10   14     5             parameters  Lcom/microsoft/azure/management/network/TagsObject;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      tags                   

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner> updateTagsDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // retrofit2.Response response
         0: .line 735
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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 736
            sipush 200
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$20.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$20.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 737
            ldc Lcom/microsoft/azure/management/network/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 738
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 735
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.network.ErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void stop(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 752
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.stopWithServiceResponseAsync:(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 753
            return
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    2     1      resourceGroupName  Ljava/lang/String;
            0    2     2     networkWatcherName  Ljava/lang/String;
            0    2     3  connectionMonitorName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> stopAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 766
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.stopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> stopWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 797
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 798
            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 800
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 801
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 803
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 804
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 806
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 807
            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 810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.stop:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
         9: .line 811
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$22.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$22.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   10     1      resourceGroupName  Ljava/lang/String;
            0   10     2     networkWatcherName  Ljava/lang/String;
            0   10     3  connectionMonitorName  Ljava/lang/String;
            9   10     4             observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public void beginStop(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 825
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.beginStopWithServiceResponseAsync:(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 826
            return
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    2     1      resourceGroupName  Ljava/lang/String;
            0    2     2     networkWatcherName  Ljava/lang/String;
            0    2     3  connectionMonitorName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginStopAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 839
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.beginStopWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginStopWithServiceResponseAsync(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.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 870
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 871
            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 873
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 874
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 876
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 877
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 880
            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 883
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.beginStop:(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 884
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$24.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 883
            areturn
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   11     1      resourceGroupName  Ljava/lang/String;
            0   11     2     networkWatcherName  Ljava/lang/String;
            0   11     3  connectionMonitorName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

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

  public void start(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 916
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.startWithServiceResponseAsync:(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 917
            return
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    2     1      resourceGroupName  Ljava/lang/String;
            0    2     2     networkWatcherName  Ljava/lang/String;
            0    2     3  connectionMonitorName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> startAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 930
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.startWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> startWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 961
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 962
            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 964
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 965
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 967
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 968
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 971
            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 974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.start:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
         9: .line 975
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$28.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$28.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   10     1      resourceGroupName  Ljava/lang/String;
            0   10     2     networkWatcherName  Ljava/lang/String;
            0   10     3  connectionMonitorName  Ljava/lang/String;
            9   10     4             observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public void beginStart(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 989
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.beginStartWithServiceResponseAsync:(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 990
            return
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    2     1      resourceGroupName  Ljava/lang/String;
            0    2     2     networkWatcherName  Ljava/lang/String;
            0    2     3  connectionMonitorName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginStartAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1003
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.beginStartWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginStartWithServiceResponseAsync(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.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 1034
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1035
            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 1037
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 1038
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1040
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 1041
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1044
            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 1047
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.beginStart:(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 1048
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$30.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1047
            areturn
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   11     1      resourceGroupName  Ljava/lang/String;
            0   11     2     networkWatcherName  Ljava/lang/String;
            0   11     3  connectionMonitorName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginStartDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // retrofit2.Response response
         0: .line 1062
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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 1063
            sipush 200
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$31.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1064
            sipush 202
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$32.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$32.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1065
            ldc Lcom/microsoft/azure/management/network/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1066
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1062
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.network.ErrorResponseException, 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.ConnectionMonitorQueryResultInner query(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 1081
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.queryWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ConnectionMonitorQueryResultInner
            areturn
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ConnectionMonitorQueryResultInner> queryAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ConnectionMonitorQueryResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1095
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.queryWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ConnectionMonitorQueryResultInner>> queryWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 1126
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1127
            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 1129
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 1130
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1132
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 1133
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1136
            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 1139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.query:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
         9: .line 1140
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.LOCATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$34.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$34.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   10     1      resourceGroupName  Ljava/lang/String;
            0   10     2     networkWatcherName  Ljava/lang/String;
            0   10     3  connectionMonitorName  Ljava/lang/String;
            9   10     4             observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.implementation.ConnectionMonitorQueryResultInner> beginQueryAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.implementation.ConnectionMonitorQueryResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1169
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.beginQueryWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2     networkWatcherName  Ljava/lang/String;
            0    1     3  connectionMonitorName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ConnectionMonitorQueryResultInner>> beginQueryWithServiceResponseAsync(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.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
        start local 3 // java.lang.String connectionMonitorName
         0: .line 1200
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1201
            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 1203
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 1204
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1206
      StackMap locals:
      StackMap stack:
            aload 3 /* connectionMonitorName */
            ifnonnull 6
         5: .line 1207
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter connectionMonitorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1210
            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 1213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 3 /* connectionMonitorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.beginQuery:(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 1214
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$36.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1213
            areturn
        end local 3 // java.lang.String connectionMonitorName
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0   11     1      resourceGroupName  Ljava/lang/String;
            0   11     2     networkWatcherName  Ljava/lang/String;
            0   11     3  connectionMonitorName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      networkWatcherName     
      connectionMonitorName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.ConnectionMonitorQueryResultInner> beginQueryDelegate(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.ConnectionMonitorsInner this
        start local 1 // retrofit2.Response response
         0: .line 1228
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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 1229
            sipush 200
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$37.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$37.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1230
            sipush 202
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$38.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$38.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1231
            ldc Lcom/microsoft/azure/management/network/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1232
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1228
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.network.ErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorQueryResultInner;>;
    MethodParameters:
          Name  Flags
      response  

  public java.util.List<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner> list(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
         0: .line 1246
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.listWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2  networkWatcherName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      networkWatcherName  

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner>>> listWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String networkWatcherName
         0: .line 1288
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1289
            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 1291
      StackMap locals:
      StackMap stack:
            aload 2 /* networkWatcherName */
            ifnonnull 4
         3: .line 1292
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter networkWatcherName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.client:Lcom/microsoft/azure/management/network/implementation/NetworkManagementClientImpl;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1295
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.service:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner$ConnectionMonitorsService;
            aload 1 /* resourceGroupName */
            aload 2 /* networkWatcherName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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.ConnectionMonitorsInner$ConnectionMonitorsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1299
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$40.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1298
            areturn
        end local 2 // java.lang.String networkWatcherName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    9     1   resourceGroupName  Ljava/lang/String;
            0    9     2  networkWatcherName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      networkWatcherName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.network.implementation.PageImpl1<com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner>> 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.ConnectionMonitorsInner this
        start local 1 // retrofit2.Response response
         0: .line 1318
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner.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.ConnectionMonitorsInner.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 1319
            sipush 200
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$41.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;)V
            invokevirtual com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$41.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1320
            ldc Lcom/microsoft/azure/management/network/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1321
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1318
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.network.ErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/network/implementation/PageImpl1<Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "ConnectionMonitorsInner.java"
NestMembers:
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$1  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$10  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$11  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$12  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$13  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$14  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$15  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$16  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$17  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$18  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$19  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$2  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$20  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$21  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$22  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$23  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$24  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$25  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$26  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$27  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$28  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$29  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$3  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$30  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$31  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$32  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$33  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$34  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$35  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$36  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$37  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$38  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$39  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$4  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$40  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$41  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$5  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$6  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$7  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$8  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$9  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$ConnectionMonitorsService
InnerClasses:
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$1
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$10
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$11
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$12
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$13
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$14
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$15
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$16
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$17
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$18
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$19
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$2
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$20
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$21
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$22
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$23
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$24
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$25
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$26
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$27
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$28
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$29
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$3
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$30
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$31
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$32
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$33
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$34
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$35
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$36
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$37
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$38
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$39
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$4
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$40
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$41
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$5
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$6
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$7
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$8
  com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$9
  abstract ConnectionMonitorsService = com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner$ConnectionMonitorsService of com.microsoft.azure.management.network.implementation.ConnectionMonitorsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder