你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HyperVReplicaAzurePolicyInput Constructors

Definition

Overloads

HyperVReplicaAzurePolicyInput()

Initializes a new instance of the HyperVReplicaAzurePolicyInput class.

HyperVReplicaAzurePolicyInput(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, IList<String>)

Initializes a new instance of the HyperVReplicaAzurePolicyInput class.

HyperVReplicaAzurePolicyInput()

Initializes a new instance of the HyperVReplicaAzurePolicyInput class.

public HyperVReplicaAzurePolicyInput ();
Public Sub New ()

Applies to

HyperVReplicaAzurePolicyInput(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, IList<String>)

Initializes a new instance of the HyperVReplicaAzurePolicyInput class.

public HyperVReplicaAzurePolicyInput (int? recoveryPointHistoryDuration = default, int? applicationConsistentSnapshotFrequencyInHours = default, int? replicationInterval = default, string onlineReplicationStartTime = default, System.Collections.Generic.IList<string> storageAccounts = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzurePolicyInput : Nullable<int> * Nullable<int> * Nullable<int> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzurePolicyInput
Public Sub New (Optional recoveryPointHistoryDuration As Nullable(Of Integer) = Nothing, Optional applicationConsistentSnapshotFrequencyInHours As Nullable(Of Integer) = Nothing, Optional replicationInterval As Nullable(Of Integer) = Nothing, Optional onlineReplicationStartTime As String = Nothing, Optional storageAccounts As IList(Of String) = Nothing)

Parameters

recoveryPointHistoryDuration
Nullable<Int32>

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

applicationConsistentSnapshotFrequencyInHours
Nullable<Int32>

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

replicationInterval
Nullable<Int32>

The replication interval.

onlineReplicationStartTime
String

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

storageAccounts
IList<String>

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

Applies to