Package version:

Hyper-V Replica Azure specific protection profile details.

interface HyperVReplicaAzurePolicyDetails {
    activeStorageAccountId?: string;
    applicationConsistentSnapshotFrequencyInHours?: number;
    encryption?: string;
    instanceType: "HyperVReplicaAzure";
    onlineReplicationStartTime?: string;
    recoveryPointHistoryDurationInHours?: number;
    replicationInterval?: number;
}

Hierarchy (view full)

Properties

activeStorageAccountId?: string

The active storage account Id.

applicationConsistentSnapshotFrequencyInHours?: number

The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM.

encryption?: string

A value indicating whether encryption is enabled for virtual machines in this cloud.

instanceType

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

onlineReplicationStartTime?: string

The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately.

recoveryPointHistoryDurationInHours?: number

The duration (in hours) to which point the recovery history needs to be maintained.

replicationInterval?: number

The replication interval.