Package version:

A2A Vm managed disk update details.

interface A2AVmManagedDiskUpdateDetails {
    diskEncryptionInfo?: DiskEncryptionInfo;
    diskId?: string;
    failoverDiskName?: string;
    recoveryReplicaDiskAccountType?: string;
    recoveryTargetDiskAccountType?: string;
    tfoDiskName?: string;
}

Properties

diskEncryptionInfo?: DiskEncryptionInfo

The recovery os disk encryption information.

diskId?: string

The disk Id.

failoverDiskName?: string

The target disk name for unplanned failover operation.

recoveryReplicaDiskAccountType?: string

The replica disk type before failover.

recoveryTargetDiskAccountType?: string

The target disk type before failover.

tfoDiskName?: string

The target disk name for test failover operation.