Packet Capture Args
constructor(filters: Output<List<PacketCaptureFilterArgs>>? = null, maximumBytesPerPacket: Output<Int>? = null, maximumBytesPerSession: Output<Int>? = null, maximumCaptureDurationInSeconds: Output<Int>? = null, name: Output<String>? = null, networkWatcherId: Output<String>? = null, storageLocation: Output<PacketCaptureStorageLocationArgs>? = null, virtualMachineId: Output<String>? = null)