excludeInstanceIds

@JvmName(name = "ndgpxfgxeapdjclt")
suspend fun excludeInstanceIds(value: Output<List<String>>)
@JvmName(name = "rohplchlexmxgpff")
suspend fun excludeInstanceIds(value: List<String>?)

Parameters

value

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.


@JvmName(name = "nnkwtogguvwjlgtg")
suspend fun excludeInstanceIds(vararg values: Output<String>)


@JvmName(name = "sfbaccufohbuogkg")
suspend fun excludeInstanceIds(values: List<Output<String>>)
@JvmName(name = "ueufvljqkwowdtqv")
suspend fun excludeInstanceIds(vararg values: String)

Parameters

values

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.