A2AVmManagedDiskInputDetails interface
A2A managed disk input details.
Properties
disk |
The recovery disk encryption information (for one / single pass flows). |
disk |
The disk Id. |
primary |
The primary staging storage account Arm Id. |
recovery |
The recovery disk encryption set Id. |
recovery |
The replica disk type. Its an optional value and will be same as source disk type if not user provided. |
recovery |
The target resource group Arm Id. |
recovery |
The target disk type after failover. Its an optional value and will be same as source disk type if not user provided. |
Property Details
diskEncryptionInfo
The recovery disk encryption information (for one / single pass flows).
diskEncryptionInfo?: DiskEncryptionInfo
Property Value
diskId
The disk Id.
diskId: string
Property Value
string
primaryStagingAzureStorageAccountId
The primary staging storage account Arm Id.
primaryStagingAzureStorageAccountId: string
Property Value
string
recoveryDiskEncryptionSetId
The recovery disk encryption set Id.
recoveryDiskEncryptionSetId?: string
Property Value
string
recoveryReplicaDiskAccountType
The replica disk type. Its an optional value and will be same as source disk type if not user provided.
recoveryReplicaDiskAccountType?: string
Property Value
string
recoveryResourceGroupId
The target resource group Arm Id.
recoveryResourceGroupId: string
Property Value
string
recoveryTargetDiskAccountType
The target disk type after failover. Its an optional value and will be same as source disk type if not user provided.
recoveryTargetDiskAccountType?: string
Property Value
string