includeInstanceIds

@JvmName(name = "vdwcpitwsombaccc")
suspend fun includeInstanceIds(value: Output<List<String>>)
@JvmName(name = "cdodoubgvxbrulrh")
suspend fun includeInstanceIds(value: List<String>?)

Parameters

value

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.


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


@JvmName(name = "nsnpeodmqwoakqlv")
suspend fun includeInstanceIds(values: List<Output<String>>)
@JvmName(name = "gxrqxgnuvvgmwlpj")
suspend fun includeInstanceIds(vararg values: String)

Parameters

values

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.