values

@JvmName(name = "sclftmxrrcdctjiu")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "lxasemartgiyndhb")
suspend fun values(value: List<String>)

Parameters

value

A list of values to match for a given condition. The values should be valid resource types. (e.g. Microsoft.Compute/VirtualMachines)


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


@JvmName(name = "yakdjtueexochivi")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "rlmrkvjbmxlusdsx")
suspend fun values(vararg values: String)

Parameters

values

A list of values to match for a given condition. The values should be valid resource types. (e.g. Microsoft.Compute/VirtualMachines)