Package version:

InMage Azure V2 input to update replication protected item.

interface A2AUpdateReplicationProtectedItemInput {
    diskEncryptionInfo?: DiskEncryptionInfo;
    instanceType: "A2A";
    managedDiskUpdateDetails?: A2AVmManagedDiskUpdateDetails[];
    recoveryBootDiagStorageAccountId?: string;
    recoveryCapacityReservationGroupId?: string;
    recoveryCloudServiceId?: string;
    recoveryProximityPlacementGroupId?: string;
    recoveryResourceGroupId?: string;
    recoveryVirtualMachineScaleSetId?: string;
    tfoAzureVMName?: string;
}

Hierarchy (view full)

Properties

diskEncryptionInfo?: DiskEncryptionInfo

The recovery os disk encryption information.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

managedDiskUpdateDetails?: A2AVmManagedDiskUpdateDetails[]

Managed disk update details.

recoveryBootDiagStorageAccountId?: string

The boot diagnostic storage account.

recoveryCapacityReservationGroupId?: string

The recovery capacity reservation group Id.

recoveryCloudServiceId?: string

The target cloud service ARM Id (for V1).

recoveryProximityPlacementGroupId?: string

The recovery proximity placement group Id.

recoveryResourceGroupId?: string

The target resource group ARM Id (for V2).

recoveryVirtualMachineScaleSetId?: string

The recovery virtual machine scale set Id.

tfoAzureVMName?: string

The user given name for Test Failover VM.