Package version:

ApplyRecoveryPoint input specific to HyperVReplicaAzure provider.

interface HyperVReplicaAzureApplyRecoveryPointInput {
    instanceType: "HyperVReplicaAzure";
    primaryKekCertificatePfx?: string;
    secondaryKekCertificatePfx?: string;
}

Hierarchy (view full)

Properties

instanceType

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

primaryKekCertificatePfx?: string

The primary kek certificate pfx.

secondaryKekCertificatePfx?: string

The secondary kek certificate pfx.