ReplicatedVMUnmanagedDisk

data class ReplicatedVMUnmanagedDisk(val diskUri: String, val stagingStorageAccountId: String, val targetStorageAccountId: String)

Constructors

Link copied to clipboard
fun ReplicatedVMUnmanagedDisk(diskUri: String, stagingStorageAccountId: String, targetStorageAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Id of disk that should be replicated.

Link copied to clipboard

Storage account that should be used for caching.

Link copied to clipboard

Storage account disk should belong to when a failover is done.