ReplicatedVMUnmanagedDisk

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

Constructors

Link copied to clipboard
constructor(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. Changing this forces a new resource to be created.

Link copied to clipboard

Storage account that should be used for caching. Changing this forces a new resource to be created.

Link copied to clipboard

Storage account disk should belong to when a failover is done. Changing this forces a new resource to be created.