다음을 통해 공유


HyperVReplicaAzurePolicyInput interface

Hyper-V Replica Azure specific input for creating a protection profile.

Extends

Properties

applicationConsistentSnapshotFrequencyInHours

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

instanceType

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

onlineReplicationStartTime

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

recoveryPointHistoryDuration

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

replicationInterval

The replication interval.

storageAccounts

The list of storage accounts to which the VMs in the primary cloud can replicate to.

Property Details

applicationConsistentSnapshotFrequencyInHours

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

applicationConsistentSnapshotFrequencyInHours?: number

Property Value

number

instanceType

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

instanceType: "HyperVReplicaAzure"

Property Value

"HyperVReplicaAzure"

onlineReplicationStartTime

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

onlineReplicationStartTime?: string

Property Value

string

recoveryPointHistoryDuration

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

recoveryPointHistoryDuration?: number

Property Value

number

replicationInterval

The replication interval.

replicationInterval?: number

Property Value

number

storageAccounts

The list of storage accounts to which the VMs in the primary cloud can replicate to.

storageAccounts?: string[]

Property Value

string[]