Packet Capture Machine Scope Args
data class PacketCaptureMachineScopeArgs(val exclude: Output<List<String>>? = null, val include: Output<List<String>>? = null) : ConvertibleToJava<PacketCaptureMachineScopeArgs>
A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.