Scale Set Packet Capture Machine Scope
data class ScaleSetPacketCaptureMachineScope(val excludeInstanceIds: List<String>? = null, val includeInstanceIds: List<String>? = null)
Properties
Link copied to clipboard
A list of Virtual Machine Scale Set instance IDs which should be excluded from running Packet Capture, e.g. ["0", "2"]
. Changing this forces a new resource to be created.
Link copied to clipboard
A list of Virtual Machine Scale Set instance IDs which should be included for Packet Capture, e.g. ["1", "3"]
. Changing this forces a new resource to be created.