public class com.microsoft.azure.management.network.implementation.PacketCaptureImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl<com.microsoft.azure.management.network.PacketCapture, com.microsoft.azure.management.network.implementation.PacketCaptureResultInner, com.microsoft.azure.management.network.implementation.PacketCaptureImpl> implements com.microsoft.azure.management.network.PacketCapture, com.microsoft.azure.management.network.PacketCapture$Definition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.PacketCaptureImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl
{
  private final com.microsoft.azure.management.network.implementation.PacketCapturesInner client;
    descriptor: Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.network.implementation.PacketCaptureInner createParameters;
    descriptor: Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.network.NetworkWatcher parent;
    descriptor: Lcom/microsoft/azure/management/network/NetworkWatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, com.microsoft.azure.management.network.implementation.NetworkWatcherImpl, com.microsoft.azure.management.network.implementation.PacketCaptureResultInner, com.microsoft.azure.management.network.implementation.PacketCapturesInner);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl parent
        start local 3 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner innerObject
        start local 4 // com.microsoft.azure.management.network.implementation.PacketCapturesInner client
         0: .line 40
            aload 0 /* this */
            aload 1 /* name */
            aload 3 /* innerObject */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 41
            aload 0 /* this */
            aload 4 /* client */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.client:Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;
         2: .line 42
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.parent:Lcom/microsoft/azure/management/network/NetworkWatcher;
         3: .line 43
            aload 0 /* this */
            new com.microsoft.azure.management.network.implementation.PacketCaptureInner
            dup
            invokespecial com.microsoft.azure.management.network.implementation.PacketCaptureInner.<init>:()V
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
         4: .line 44
            return
        end local 4 // com.microsoft.azure.management.network.implementation.PacketCapturesInner client
        end local 3 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner innerObject
        end local 2 // com.microsoft.azure.management.network.implementation.NetworkWatcherImpl parent
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            0    5     1         name  Ljava/lang/String;
            0    5     2       parent  Lcom/microsoft/azure/management/network/implementation/NetworkWatcherImpl;
            0    5     3  innerObject  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
            0    5     4       client  Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;
    MethodParameters:
             Name  Flags
      name         
      parent       
      innerObject  
      client       

  protected rx.Observable<com.microsoft.azure.management.network.implementation.PacketCaptureResultInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 48
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.client:Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.parent:Lcom/microsoft/azure/management/network/NetworkWatcher;
            invokeinterface com.microsoft.azure.management.network.NetworkWatcher.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.parent:Lcom/microsoft/azure/management/network/NetworkWatcher;
            invokeinterface com.microsoft.azure.management.network.NetworkWatcher.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCapturesInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;>;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 53
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.stopAsync:()Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 54
            return
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

  public rx.Completable stopAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 58
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.client:Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.parent:Lcom/microsoft/azure/management/network/NetworkWatcher;
            invokeinterface com.microsoft.azure.management.network.NetworkWatcher.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.parent:Lcom/microsoft/azure/management/network/NetworkWatcher;
            invokeinterface com.microsoft.azure.management.network.NetworkWatcher.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCapturesInner.stopAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

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

  public rx.Observable<com.microsoft.azure.management.network.PacketCaptureStatus> getStatusAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 68
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.client:Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.parent:Lcom/microsoft/azure/management/network/NetworkWatcher;
            invokeinterface com.microsoft.azure.management.network.NetworkWatcher.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.parent:Lcom/microsoft/azure/management/network/NetworkWatcher;
            invokeinterface com.microsoft.azure.management.network.NetworkWatcher.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCapturesInner.getStatusAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 69
            new com.microsoft.azure.management.network.implementation.PacketCaptureImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.PacketCaptureImpl$1.<init>:(Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 68
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/PacketCaptureStatus;>;

  public com.microsoft.azure.management.network.implementation.PacketCaptureImpl withTarget(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
        start local 1 // java.lang.String target
         0: .line 79
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            aload 1 /* target */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.withTarget:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            pop
         1: .line 80
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String target
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            0    2     1  target  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      target  

  public com.microsoft.azure.management.network.implementation.PacketCaptureImpl withStorageAccountId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
        start local 1 // java.lang.String storageId
         0: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.storageLocation:()Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
            astore 2 /* storageLocation */
        start local 2 // com.microsoft.azure.management.network.PacketCaptureStorageLocation storageLocation
         1: .line 86
            aload 2 /* storageLocation */
            ifnonnull 3
         2: .line 87
            new com.microsoft.azure.management.network.PacketCaptureStorageLocation
            dup
            invokespecial com.microsoft.azure.management.network.PacketCaptureStorageLocation.<init>:()V
            astore 2 /* storageLocation */
         3: .line 89
      StackMap locals: com.microsoft.azure.management.network.PacketCaptureStorageLocation
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            aload 2 /* storageLocation */
            aload 1 /* storageId */
            invokevirtual com.microsoft.azure.management.network.PacketCaptureStorageLocation.withStorageId:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.withStorageLocation:(Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            pop
         4: .line 90
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.management.network.PacketCaptureStorageLocation storageLocation
        end local 1 // java.lang.String storageId
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            0    5     1        storageId  Ljava/lang/String;
            1    5     2  storageLocation  Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
    MethodParameters:
           Name  Flags
      storageId  

  public com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithCreate withStoragePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/PacketCapture$DefinitionStages$WithCreate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
        start local 1 // java.lang.String storagePath
         0: .line 95
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.storageLocation:()Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
            aload 1 /* storagePath */
            invokevirtual com.microsoft.azure.management.network.PacketCaptureStorageLocation.withStoragePath:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
            pop
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String storagePath
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            0    2     1  storagePath  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      storagePath  

  public com.microsoft.azure.management.network.implementation.PacketCaptureImpl withFilePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
        start local 1 // java.lang.String filePath
         0: .line 101
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.storageLocation:()Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
            astore 2 /* storageLocation */
        start local 2 // com.microsoft.azure.management.network.PacketCaptureStorageLocation storageLocation
         1: .line 102
            aload 2 /* storageLocation */
            ifnonnull 3
         2: .line 103
            new com.microsoft.azure.management.network.PacketCaptureStorageLocation
            dup
            invokespecial com.microsoft.azure.management.network.PacketCaptureStorageLocation.<init>:()V
            astore 2 /* storageLocation */
         3: .line 105
      StackMap locals: com.microsoft.azure.management.network.PacketCaptureStorageLocation
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            aload 2 /* storageLocation */
            aload 1 /* filePath */
            invokevirtual com.microsoft.azure.management.network.PacketCaptureStorageLocation.withFilePath:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.withStorageLocation:(Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            pop
         4: .line 106
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.management.network.PacketCaptureStorageLocation storageLocation
        end local 1 // java.lang.String filePath
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            0    5     1         filePath  Ljava/lang/String;
            1    5     2  storageLocation  Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
    MethodParameters:
          Name  Flags
      filePath  

  public com.microsoft.azure.management.network.implementation.PacketCaptureImpl withBytesToCapturePerPacket(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
        start local 1 // int bytesToCapturePerPacket
         0: .line 111
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            iload 1 /* bytesToCapturePerPacket */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.withBytesToCapturePerPacket:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            pop
         1: .line 112
            aload 0 /* this */
            areturn
        end local 1 // int bytesToCapturePerPacket
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            0    2     1  bytesToCapturePerPacket  I
    MethodParameters:
                         Name  Flags
      bytesToCapturePerPacket  

  public com.microsoft.azure.management.network.implementation.PacketCaptureImpl withTotalBytesPerSession(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
        start local 1 // int totalBytesPerSession
         0: .line 117
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            iload 1 /* totalBytesPerSession */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.withTotalBytesPerSession:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            pop
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // int totalBytesPerSession
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            0    2     1  totalBytesPerSession  I
    MethodParameters:
                      Name  Flags
      totalBytesPerSession  

  public com.microsoft.azure.management.network.implementation.PacketCaptureImpl withTimeLimitInSeconds(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
        start local 1 // int timeLimitInSeconds
         0: .line 123
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            iload 1 /* timeLimitInSeconds */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.withTimeLimitInSeconds:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            pop
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // int timeLimitInSeconds
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            0    2     1  timeLimitInSeconds  I
    MethodParameters:
                    Name  Flags
      timeLimitInSeconds  

  public com.microsoft.azure.management.network.PCFilter$Definition<com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithCreate> definePacketCaptureFilter();
    descriptor: ()Lcom/microsoft/azure/management/network/PCFilter$Definition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 129
            new com.microsoft.azure.management.network.implementation.PCFilterImpl
            dup
            new com.microsoft.azure.management.network.PacketCaptureFilter
            dup
            invokespecial com.microsoft.azure.management.network.PacketCaptureFilter.<init>:()V
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.network.implementation.PCFilterImpl.<init>:(Lcom/microsoft/azure/management/network/PacketCaptureFilter;Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    Signature: ()Lcom/microsoft/azure/management/network/PCFilter$Definition<Lcom/microsoft/azure/management/network/PacketCapture$DefinitionStages$WithCreate;>;

  void attachPCFilter(com.microsoft.azure.management.network.implementation.PCFilterImpl);
    descriptor: (Lcom/microsoft/azure/management/network/implementation/PCFilterImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
        start local 1 // com.microsoft.azure.management.network.implementation.PCFilterImpl pcFilter
         0: .line 133
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.filters:()Ljava/util/List;
            ifnonnull 2
         1: .line 134
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.withFilters:(Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            pop
         2: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureInner.filters:()Ljava/util/List;
            aload 1 /* pcFilter */
            invokevirtual com.microsoft.azure.management.network.implementation.PCFilterImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.PacketCaptureFilter
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 137
            return
        end local 1 // com.microsoft.azure.management.network.implementation.PCFilterImpl pcFilter
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            0    4     1  pcFilter  Lcom/microsoft/azure/management/network/implementation/PCFilterImpl;
    MethodParameters:
          Name  Flags
      pcFilter  

  public boolean isInCreateMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 141
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.id:()Ljava/lang/String;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

  public rx.Observable<com.microsoft.azure.management.network.PacketCapture> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 146
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.client:Lcom/microsoft/azure/management/network/implementation/PacketCapturesInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.parent:Lcom/microsoft/azure/management/network/NetworkWatcher;
            invokeinterface com.microsoft.azure.management.network.NetworkWatcher.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.parent:Lcom/microsoft/azure/management/network/NetworkWatcher;
            invokeinterface com.microsoft.azure.management.network.NetworkWatcher.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureImpl.createParameters:Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCapturesInner.createAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/network/implementation/PacketCaptureInner;)Lrx/Observable;
         1: .line 147
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 146
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/PacketCapture;>;

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 152
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.id:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

  public java.lang.String targetId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 157
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.target:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

  public int bytesToCapturePerPacket();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 162
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.bytesToCapturePerPacket:()Ljava/lang/Integer;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveInt:(Ljava/lang/Integer;)I
            ireturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

  public int totalBytesPerSession();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 167
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.totalBytesPerSession:()Ljava/lang/Integer;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveInt:(Ljava/lang/Integer;)I
            ireturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

  public int timeLimitInSeconds();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 172
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.timeLimitInSeconds:()Ljava/lang/Integer;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveInt:(Ljava/lang/Integer;)I
            ireturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

  public com.microsoft.azure.management.network.PacketCaptureStorageLocation storageLocation();
    descriptor: ()Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 177
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.storageLocation:()Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

  public java.util.List<com.microsoft.azure.management.network.PacketCaptureFilter> filters();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 182
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.filters:()Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/PacketCaptureFilter;>;

  public com.microsoft.azure.management.network.ProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/network/ProvisioningState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
         0: .line 187
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.provisioningState:()Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;

  public com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithCreate withBytesToCapturePerPacket(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/PacketCapture$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.withBytesToCapturePerPacket:(I)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithCreate withTimeLimitInSeconds(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/PacketCapture$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.withTimeLimitInSeconds:(I)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.PCFilter$DefinitionStages$Blank definePacketCaptureFilter();
    descriptor: ()Lcom/microsoft/azure/management/network/PCFilter$DefinitionStages$Blank;
    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.PacketCaptureImpl.definePacketCaptureFilter:()Lcom/microsoft/azure/management/network/PCFilter$Definition;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithCreateAndStoragePath withStorageAccountId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/PacketCapture$DefinitionStages$WithCreateAndStoragePath;
    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.PacketCaptureImpl.withStorageAccountId:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithCreate withFilePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/PacketCapture$DefinitionStages$WithCreate;
    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.PacketCaptureImpl.withFilePath:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String key();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.key:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithStorageLocation withTarget(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/PacketCapture$DefinitionStages$WithStorageLocation;
    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.PacketCaptureImpl.withTarget:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithCreate withTotalBytesPerSession(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/PacketCapture$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.network.implementation.PacketCaptureImpl.withTotalBytesPerSession:(I)Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<Lcom/microsoft/azure/management/network/PacketCapture;Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;Lcom/microsoft/azure/management/network/implementation/PacketCaptureImpl;>;Lcom/microsoft/azure/management/network/PacketCapture;Lcom/microsoft/azure/management/network/PacketCapture$Definition;
SourceFile: "PacketCaptureImpl.java"
NestMembers:
  com.microsoft.azure.management.network.implementation.PacketCaptureImpl$1
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.network.PCFilter$Definition of com.microsoft.azure.management.network.PCFilter
  public abstract DefinitionStages = com.microsoft.azure.management.network.PCFilter$DefinitionStages of com.microsoft.azure.management.network.PCFilter
  public abstract Blank = com.microsoft.azure.management.network.PCFilter$DefinitionStages$Blank of com.microsoft.azure.management.network.PCFilter$DefinitionStages
  public abstract Definition = com.microsoft.azure.management.network.PacketCapture$Definition of com.microsoft.azure.management.network.PacketCapture
  public abstract DefinitionStages = com.microsoft.azure.management.network.PacketCapture$DefinitionStages of com.microsoft.azure.management.network.PacketCapture
  public abstract WithCreate = com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithCreate of com.microsoft.azure.management.network.PacketCapture$DefinitionStages
  public abstract WithCreateAndStoragePath = com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithCreateAndStoragePath of com.microsoft.azure.management.network.PacketCapture$DefinitionStages
  public abstract WithStorageLocation = com.microsoft.azure.management.network.PacketCapture$DefinitionStages$WithStorageLocation of com.microsoft.azure.management.network.PacketCapture$DefinitionStages
  com.microsoft.azure.management.network.implementation.PacketCaptureImpl$1
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()