dataDisks

@JvmName(name = "gdfvkybrjrucepmp")
suspend fun dataDisks(value: Output<List<RestorePointSourceVMDataDiskArgs>>)
@JvmName(name = "tqdlyfmnqvpkdipv")
suspend fun dataDisks(value: List<RestorePointSourceVMDataDiskArgs>?)

Parameters

value

Gets the data disks of the VM captured at the time of the restore point creation.


@JvmName(name = "gnyfcgefjdikxwqv")
suspend fun dataDisks(vararg values: Output<RestorePointSourceVMDataDiskArgs>)


@JvmName(name = "xjywllkfdhjxfajs")
suspend fun dataDisks(values: List<Output<RestorePointSourceVMDataDiskArgs>>)
@JvmName(name = "votesulojgwowkor")
suspend fun dataDisks(vararg values: RestorePointSourceVMDataDiskArgs)

Parameters

values

Gets the data disks of the VM captured at the time of the restore point creation.


@JvmName(name = "ejnsegqwmfhbtnvw")
suspend fun dataDisks(argument: List<suspend RestorePointSourceVMDataDiskArgsBuilder.() -> Unit>)
@JvmName(name = "gmotgblbdyqpjhjl")
suspend fun dataDisks(vararg argument: suspend RestorePointSourceVMDataDiskArgsBuilder.() -> Unit)
@JvmName(name = "hvuhghogvbtrucpf")
suspend fun dataDisks(argument: suspend RestorePointSourceVMDataDiskArgsBuilder.() -> Unit)

Parameters

argument

Gets the data disks of the VM captured at the time of the restore point creation.