class com.microsoft.azure.management.network.implementation.NetworkWatcherImpl extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl<com.microsoft.azure.management.network.NetworkWatcher, com.microsoft.azure.management.network.implementation.NetworkWatcherInner, com.microsoft.azure.management.network.implementation.NetworkWatcherImpl, com.microsoft.azure.management.network.implementation.NetworkManager> implements com.microsoft.azure.management.network.NetworkWatcher, com.microsoft.azure.management.network.NetworkWatcher$Definition, com.microsoft.azure.management.network.NetworkWatcher$Update, com.microsoft.azure.management.network.model.AppliableWithTags<com.microsoft.azure.management.network.NetworkWatcher>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.NetworkWatcherImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl
{
  private com.microsoft.azure.management.network.implementation.PacketCapturesImpl packetCaptures;
    descriptor: Lcom/microsoft/azure/management/network/implementation/PacketCapturesImpl;
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(java.lang.String, com.microsoft.azure.management.network.implementation.NetworkWatcherInner, com.microsoft.azure.management.network.implementation.NetworkManager);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/NetworkWatcherInner;Lcom/microsoft/azure/management/network/implementation/NetworkManager;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.network.implementation.NetworkWatcherInner innerModel
        start local 3 // com.microsoft.azure.management.network.implementation.NetworkManager networkManager
         0: .line 41
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* innerModel */
            aload 3 /* networkManager */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/Resource;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
         1: .line 42
            aload 0 /* this */
            new com.microsoft.azure.management.network.implementation.PacketCapturesImpl
            dup
            aload 3 /* networkManager */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.packetCaptures:()Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.PacketCapturesImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            putfield com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.packetCaptures:Lcom/microsoft/azure/management/network/implementation/PacketCapturesImpl;
         2: .line 43
            aload 0 /* this */
            new com.microsoft.azure.management.network.implementation.ConnectionMonitorsImpl
            dup
            aload 3 /* networkManager */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.connectionMonitors:()Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectionMonitorsImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsInner;Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            putfield com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.connectionMonitors:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsImpl;
         3: .line 44
            return
        end local 3 // com.microsoft.azure.management.network.implementation.NetworkManager networkManager
        end local 2 // com.microsoft.azure.management.network.implementation.NetworkWatcherInner innerModel
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
            0    4     1            name  Ljava/lang/String;
            0    4     2      innerModel  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherInner;
            0    4     3  networkManager  Lcom/microsoft/azure/management/network/implementation/NetworkManager;
    MethodParameters:
                Name  Flags
      name            
      innerModel      final
      networkManager  final

  public com.microsoft.azure.management.network.implementation.PacketCapturesImpl packetCaptures();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/PacketCapturesImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 47
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.packetCaptures:Lcom/microsoft/azure/management/network/implementation/PacketCapturesImpl;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public com.microsoft.azure.management.network.implementation.ConnectionMonitorsImpl connectionMonitors();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 52
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.connectionMonitors:Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsImpl;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public com.microsoft.azure.management.network.implementation.TopologyImpl topology();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/TopologyImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 59
            new com.microsoft.azure.management.network.implementation.TopologyImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.TopologyImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public com.microsoft.azure.management.network.SecurityGroupView getSecurityGroupView(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/SecurityGroupView;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
        start local 1 // java.lang.String vmId
         0: .line 64
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManager
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.networkWatchers:()Lcom/microsoft/azure/management/network/implementation/NetworkWatchersInner;
         1: .line 65
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.name:()Ljava/lang/String;
            aload 1 /* vmId */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatchersInner.getVMSecurityRules:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/SecurityGroupViewResultInner;
         2: .line 64
            astore 2 /* securityGroupViewResultInner */
        start local 2 // com.microsoft.azure.management.network.implementation.SecurityGroupViewResultInner securityGroupViewResultInner
         3: .line 66
            new com.microsoft.azure.management.network.implementation.SecurityGroupViewImpl
            dup
            aload 0 /* this */
            aload 2 /* securityGroupViewResultInner */
            aload 1 /* vmId */
            invokespecial com.microsoft.azure.management.network.implementation.SecurityGroupViewImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;Lcom/microsoft/azure/management/network/implementation/SecurityGroupViewResultInner;Ljava/lang/String;)V
            areturn
        end local 2 // com.microsoft.azure.management.network.implementation.SecurityGroupViewResultInner securityGroupViewResultInner
        end local 1 // java.lang.String vmId
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    4     0                          this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
            0    4     1                          vmId  Ljava/lang/String;
            3    4     2  securityGroupViewResultInner  Lcom/microsoft/azure/management/network/implementation/SecurityGroupViewResultInner;
    MethodParameters:
      Name  Flags
      vmId  

  public rx.Observable<com.microsoft.azure.management.network.SecurityGroupView> getSecurityGroupViewAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
        start local 1 // java.lang.String vmId
         0: .line 71
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManager
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.networkWatchers:()Lcom/microsoft/azure/management/network/implementation/NetworkWatchersInner;
         1: .line 72
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.name:()Ljava/lang/String;
            aload 1 /* vmId */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatchersInner.getVMSecurityRulesAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         2: .line 73
            new com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$1
            dup
            aload 0 /* this */
            aload 1 /* vmId */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$1.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;Ljava/lang/String;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 71
            areturn
        end local 1 // java.lang.String vmId
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
            0    4     1  vmId  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/SecurityGroupView;>;
    MethodParameters:
      Name  Flags
      vmId  final

  public com.microsoft.azure.management.network.FlowLogSettings getFlowLogSettings(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/FlowLogSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
        start local 1 // java.lang.String nsgId
         0: .line 82
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManager
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.networkWatchers:()Lcom/microsoft/azure/management/network/implementation/NetworkWatchersInner;
         1: .line 83
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.name:()Ljava/lang/String;
            aload 1 /* nsgId */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatchersInner.getFlowLogStatus:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
         2: .line 82
            astore 2 /* flowLogInformationInner */
        start local 2 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner flowLogInformationInner
         3: .line 84
            new com.microsoft.azure.management.network.implementation.FlowLogSettingsImpl
            dup
            aload 0 /* this */
            aload 2 /* flowLogInformationInner */
            aload 1 /* nsgId */
            invokespecial com.microsoft.azure.management.network.implementation.FlowLogSettingsImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;Ljava/lang/String;)V
            areturn
        end local 2 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner flowLogInformationInner
        end local 1 // java.lang.String nsgId
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
            0    4     1                    nsgId  Ljava/lang/String;
            3    4     2  flowLogInformationInner  Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
    MethodParameters:
       Name  Flags
      nsgId  

  public rx.Observable<com.microsoft.azure.management.network.FlowLogSettings> getFlowLogSettingsAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
        start local 1 // java.lang.String nsgId
         0: .line 89
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManager
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.networkWatchers:()Lcom/microsoft/azure/management/network/implementation/NetworkWatchersInner;
         1: .line 90
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.name:()Ljava/lang/String;
            aload 1 /* nsgId */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatchersInner.getFlowLogStatusAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         2: .line 91
            new com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$2
            dup
            aload 0 /* this */
            aload 1 /* nsgId */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$2.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;Ljava/lang/String;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 89
            areturn
        end local 1 // java.lang.String nsgId
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
            0    4     1  nsgId  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/network/FlowLogSettings;>;
    MethodParameters:
       Name  Flags
      nsgId  final

  public com.microsoft.azure.management.network.implementation.NextHopImpl nextHop();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/NextHopImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 100
            new com.microsoft.azure.management.network.implementation.NextHopImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NextHopImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public com.microsoft.azure.management.network.implementation.VerificationIPFlowImpl verifyIPFlow();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/VerificationIPFlowImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 105
            new com.microsoft.azure.management.network.implementation.VerificationIPFlowImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.VerificationIPFlowImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public com.microsoft.azure.management.network.implementation.ConnectivityCheckImpl checkConnectivity();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/ConnectivityCheckImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 110
            new com.microsoft.azure.management.network.implementation.ConnectivityCheckImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.ConnectivityCheckImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public com.microsoft.azure.management.network.implementation.TroubleshootingImpl troubleshoot();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/TroubleshootingImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 115
            new com.microsoft.azure.management.network.implementation.TroubleshootingImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.TroubleshootingImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public com.microsoft.azure.management.network.implementation.AvailableProvidersImpl availableProviders();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/AvailableProvidersImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 120
            new com.microsoft.azure.management.network.implementation.AvailableProvidersImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.AvailableProvidersImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public com.microsoft.azure.management.network.implementation.AzureReachabilityReportImpl azureReachabilityReport();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/AzureReachabilityReportImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 125
            new com.microsoft.azure.management.network.implementation.AzureReachabilityReportImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.AzureReachabilityReportImpl.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public rx.Observable<com.microsoft.azure.management.network.NetworkWatcher> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 130
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManager
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.networkWatchers:()Lcom/microsoft/azure/management/network/implementation/NetworkWatchersInner;
         1: .line 131
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkWatcherInner
         2: .line 130
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatchersInner.createOrUpdateAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/NetworkWatcherInner;)Lrx/Observable;
         3: .line 132
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 130
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/NetworkWatcher;>;

  protected rx.Observable<com.microsoft.azure.management.network.implementation.NetworkWatcherInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 137
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManager
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.networkWatchers:()Lcom/microsoft/azure/management/network/implementation/NetworkWatchersInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatchersInner.getByResourceGroupAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/NetworkWatcherInner;>;

  public com.microsoft.azure.management.network.implementation.NetworkWatcherImpl updateTags();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 142
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public com.microsoft.azure.management.network.NetworkWatcher applyTags();
    descriptor: ()Lcom/microsoft/azure/management/network/NetworkWatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 147
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.applyTagsAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.NetworkWatcher
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;

  public rx.Observable<com.microsoft.azure.management.network.NetworkWatcher> applyTagsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
         0: .line 152
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManager
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManagementClientImpl.networkWatchers:()Lcom/microsoft/azure/management/network/implementation/NetworkWatchersInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.NetworkWatcherInner
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherInner.getTags:()Ljava/util/Map;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatchersInner.updateTagsAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
         1: .line 153
            new com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$3.<init>:(Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 152
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/NetworkWatcher;>;

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.network.NetworkWatcher> applyTagsAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.network.NetworkWatcher>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
        start local 1 // com.microsoft.rest.ServiceCallback callback
         0: .line 163
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.applyTagsAsync:()Lrx/Observable;
            aload 1 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback callback
        end local 0 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
            0    1     1  callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/NetworkWatcher;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/network/NetworkWatcher;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/network/NetworkWatcher;>;
    MethodParameters:
          Name  Flags
      callback  

  public java.lang.Object withRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withRegion:(Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withRegion(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withRegion:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ConnectivityCheck$DefinitionStages$ToDestination checkConnectivity();
    descriptor: ()Lcom/microsoft/azure/management/network/ConnectivityCheck$DefinitionStages$ToDestination;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.checkConnectivity:()Lcom/microsoft/azure/management/network/implementation/ConnectivityCheckImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.Troubleshooting$DefinitionStages$WithTargetResource troubleshoot();
    descriptor: ()Lcom/microsoft/azure/management/network/Troubleshooting$DefinitionStages$WithTargetResource;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.troubleshoot:()Lcom/microsoft/azure/management/network/implementation/TroubleshootingImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.AzureReachabilityReport$DefinitionStages$WithProviderLocation azureReachabilityReport();
    descriptor: ()Lcom/microsoft/azure/management/network/AzureReachabilityReport$DefinitionStages$WithProviderLocation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.azureReachabilityReport:()Lcom/microsoft/azure/management/network/implementation/AzureReachabilityReportImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.NextHop$DefinitionStages$WithTargetResource nextHop();
    descriptor: ()Lcom/microsoft/azure/management/network/NextHop$DefinitionStages$WithTargetResource;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.nextHop:()Lcom/microsoft/azure/management/network/implementation/NextHopImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.AvailableProviders$DefinitionStages$WithExecute availableProviders();
    descriptor: ()Lcom/microsoft/azure/management/network/AvailableProviders$DefinitionStages$WithExecute;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.availableProviders:()Lcom/microsoft/azure/management/network/implementation/AvailableProvidersImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ConnectionMonitors connectionMonitors();
    descriptor: ()Lcom/microsoft/azure/management/network/ConnectionMonitors;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.connectionMonitors:()Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorsImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.model.UpdatableWithTags$UpdateWithTags updateTags();
    descriptor: ()Lcom/microsoft/azure/management/network/model/UpdatableWithTags$UpdateWithTags;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.updateTags:()Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object update();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.update:()Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.model.AppliableWithTags withTags(java.util.Map);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/network/model/AppliableWithTags;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            checkcast com.microsoft.azure.management.network.model.AppliableWithTags
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withTags(java.util.Map);
    descriptor: (Ljava/util/Map;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.PacketCaptures packetCaptures();
    descriptor: ()Lcom/microsoft/azure/management/network/PacketCaptures;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.packetCaptures:()Lcom/microsoft/azure/management/network/implementation/PacketCapturesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup);
    descriptor: (Lcom/microsoft/azure/management/resources/ResourceGroup;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withExistingResourceGroup:(Lcom/microsoft/azure/management/resources/ResourceGroup;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withExistingResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withNewResourceGroup:(Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withNewResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withNewResourceGroup:()Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.VerificationIPFlow$DefinitionStages$WithTargetResource verifyIPFlow();
    descriptor: ()Lcom/microsoft/azure/management/network/VerificationIPFlow$DefinitionStages$WithTargetResource;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.verifyIPFlow:()Lcom/microsoft/azure/management/network/implementation/VerificationIPFlowImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.model.AppliableWithTags withTag(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/model/AppliableWithTags;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withTag:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            checkcast com.microsoft.azure.management.network.model.AppliableWithTags
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withTag(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withTag:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.model.AppliableWithTags withoutTag(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/model/AppliableWithTags;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withoutTag:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            checkcast com.microsoft.azure.management.network.model.AppliableWithTags
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withoutTag(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.withoutTag:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object applyTags();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.applyTags:()Lcom/microsoft/azure/management/network/NetworkWatcher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.Topology$DefinitionStages$WithTargetResourceGroup topology();
    descriptor: ()Lcom/microsoft/azure/management/network/Topology$DefinitionStages$WithTargetResourceGroup;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkWatcherImpl.topology:()Lcom/microsoft/azure/management/network/implementation/TopologyImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl<Lcom/microsoft/azure/management/network/NetworkWatcher;Lcom/microsoft/azure/management/network/implementation/NetworkWatcherInner;Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;Lcom/microsoft/azure/management/network/implementation/NetworkManager;>;Lcom/microsoft/azure/management/network/NetworkWatcher;Lcom/microsoft/azure/management/network/NetworkWatcher$Definition;Lcom/microsoft/azure/management/network/NetworkWatcher$Update;Lcom/microsoft/azure/management/network/model/AppliableWithTags<Lcom/microsoft/azure/management/network/NetworkWatcher;>;
SourceFile: "NetworkWatcherImpl.java"
NestMembers:
  com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$1  com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$2  com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$3
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.network.AvailableProviders$DefinitionStages of com.microsoft.azure.management.network.AvailableProviders
  public abstract WithExecute = com.microsoft.azure.management.network.AvailableProviders$DefinitionStages$WithExecute of com.microsoft.azure.management.network.AvailableProviders$DefinitionStages
  public abstract DefinitionStages = com.microsoft.azure.management.network.AzureReachabilityReport$DefinitionStages of com.microsoft.azure.management.network.AzureReachabilityReport
  public abstract WithProviderLocation = com.microsoft.azure.management.network.AzureReachabilityReport$DefinitionStages$WithProviderLocation of com.microsoft.azure.management.network.AzureReachabilityReport$DefinitionStages
  public abstract DefinitionStages = com.microsoft.azure.management.network.ConnectivityCheck$DefinitionStages of com.microsoft.azure.management.network.ConnectivityCheck
  public abstract ToDestination = com.microsoft.azure.management.network.ConnectivityCheck$DefinitionStages$ToDestination of com.microsoft.azure.management.network.ConnectivityCheck$DefinitionStages
  public abstract Definition = com.microsoft.azure.management.network.NetworkWatcher$Definition of com.microsoft.azure.management.network.NetworkWatcher
  public abstract Update = com.microsoft.azure.management.network.NetworkWatcher$Update of com.microsoft.azure.management.network.NetworkWatcher
  public abstract DefinitionStages = com.microsoft.azure.management.network.NextHop$DefinitionStages of com.microsoft.azure.management.network.NextHop
  public abstract WithTargetResource = com.microsoft.azure.management.network.NextHop$DefinitionStages$WithTargetResource of com.microsoft.azure.management.network.NextHop$DefinitionStages
  public abstract DefinitionStages = com.microsoft.azure.management.network.Topology$DefinitionStages of com.microsoft.azure.management.network.Topology
  public abstract WithTargetResourceGroup = com.microsoft.azure.management.network.Topology$DefinitionStages$WithTargetResourceGroup of com.microsoft.azure.management.network.Topology$DefinitionStages
  public abstract DefinitionStages = com.microsoft.azure.management.network.Troubleshooting$DefinitionStages of com.microsoft.azure.management.network.Troubleshooting
  public abstract WithTargetResource = com.microsoft.azure.management.network.Troubleshooting$DefinitionStages$WithTargetResource of com.microsoft.azure.management.network.Troubleshooting$DefinitionStages
  public abstract DefinitionStages = com.microsoft.azure.management.network.VerificationIPFlow$DefinitionStages of com.microsoft.azure.management.network.VerificationIPFlow
  public abstract WithTargetResource = com.microsoft.azure.management.network.VerificationIPFlow$DefinitionStages$WithTargetResource of com.microsoft.azure.management.network.VerificationIPFlow$DefinitionStages
  com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$1
  com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$2
  com.microsoft.azure.management.network.implementation.NetworkWatcherImpl$3
  public abstract UpdateWithTags = com.microsoft.azure.management.network.model.UpdatableWithTags$UpdateWithTags of com.microsoft.azure.management.network.model.UpdatableWithTags
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()