Package version:

A2A managed disk input details.

interface A2AVmManagedDiskInputDetails {
    diskEncryptionInfo?: DiskEncryptionInfo;
    diskId: string;
    primaryStagingAzureStorageAccountId: string;
    recoveryDiskEncryptionSetId?: string;
    recoveryReplicaDiskAccountType?: string;
    recoveryResourceGroupId: string;
    recoveryTargetDiskAccountType?: string;
}

Properties

diskEncryptionInfo?: DiskEncryptionInfo

The recovery disk encryption information (for one / single pass flows).

diskId: string

The disk Id.

primaryStagingAzureStorageAccountId: string

The primary staging storage account Arm Id.

recoveryDiskEncryptionSetId?: string

The recovery disk encryption set Id.

recoveryReplicaDiskAccountType?: string

The replica disk type. Its an optional value and will be same as source disk type if not user provided.

recoveryResourceGroupId: string

The target resource group Arm Id.

recoveryTargetDiskAccountType?: string

The target disk type after failover. Its an optional value and will be same as source disk type if not user provided.