Packet Capture Args
constructor(bytesToCapturePerPacket: Output<Double>? = null, captureSettings: Output<PacketCaptureSettingsArgs>? = null, continuousCapture: Output<Boolean>? = null, filters: Output<List<PacketCaptureFilterArgs>>? = null, networkWatcherName: Output<String>? = null, packetCaptureName: Output<String>? = null, resourceGroupName: Output<String>? = null, scope: Output<PacketCaptureMachineScopeArgs>? = null, storageLocation: Output<PacketCaptureStorageLocationArgs>? = null, target: Output<String>? = null, targetType: Output<PacketCaptureTargetType>? = null, timeLimitInSeconds: Output<Int>? = null, totalBytesPerSession: Output<Double>? = null)