ids

@JvmName(name = "yifqqdjdqkirnfrr")
suspend fun ids(value: Output<List<String>>)
@JvmName(name = "kbkdqxocaulqyiti")
suspend fun ids(value: List<String>?)

Parameters

value

A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 matches.


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


@JvmName(name = "ekioeknathbnhuhb")
suspend fun ids(values: List<Output<String>>)
@JvmName(name = "ycyumjvnxobsiwth")
suspend fun ids(vararg values: String)

Parameters

values

A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 matches.