dataDisks

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


@JvmName(name = "kspfawtcquqasknx")
suspend fun dataDisks(values: List<Output<RestorePointSourceVMDataDiskArgs>>)
@JvmName(name = "mkddqqhyvcxqppgo")
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 = "rjlnqhyleqvgcwvs")
suspend fun dataDisks(argument: List<suspend RestorePointSourceVMDataDiskArgsBuilder.() -> Unit>)
@JvmName(name = "freasjooqreegnuo")
suspend fun dataDisks(vararg argument: suspend RestorePointSourceVMDataDiskArgsBuilder.() -> Unit)
@JvmName(name = "carsghovfkbrylwg")
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.