dataDisks

@JvmName(name = "tbwrtjderaqlpyno")
suspend fun dataDisks(value: Output<List<RestorePointSourceVMDataDiskArgs>>)
@JvmName(name = "bihaknreotjugjmo")
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 = "yinnhbwwyvscasum")
suspend fun dataDisks(vararg values: Output<RestorePointSourceVMDataDiskArgs>)


@JvmName(name = "mgcelaojjfdsekkk")
suspend fun dataDisks(values: List<Output<RestorePointSourceVMDataDiskArgs>>)
@JvmName(name = "sihwdgkuxpbpiguf")
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 = "mdqkpqpxfybhgxnr")
suspend fun dataDisks(argument: List<suspend RestorePointSourceVMDataDiskArgsBuilder.() -> Unit>)
@JvmName(name = "kpbqdtarlprhmiem")
suspend fun dataDisks(vararg argument: suspend RestorePointSourceVMDataDiskArgsBuilder.() -> Unit)
@JvmName(name = "mpfitrxleagwoieh")
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.