excludedDisks

@JvmName(name = "idqmfeekepcpwgsb")
suspend fun excludedDisks(value: Output<List<String>>)
@JvmName(name = "vfuoocwmadaldvwi")
suspend fun excludedDisks(value: List<String>?)

Parameters

value

A list of disks that will be excluded from the Virtual Machine Restore Point. Changing this forces a new resource to be created.


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


@JvmName(name = "brpcealqsmfyckhw")
suspend fun excludedDisks(values: List<Output<String>>)
@JvmName(name = "gbmsfounusmrydaj")
suspend fun excludedDisks(vararg values: String)

Parameters

values

A list of disks that will be excluded from the Virtual Machine Restore Point. Changing this forces a new resource to be created.