ScaleSetPacketCaptureMachineScope

data class ScaleSetPacketCaptureMachineScope(val excludeInstanceIds: List<String>? = null, val includeInstanceIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(excludeInstanceIds: List<String>? = null, includeInstanceIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

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.