HyperVReplicaAzurePolicyInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The duration (in hours) to which point the recovery history needs to be maintained.
The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM.
- onlineReplicationStartTime
- String
The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately.
The list of storage accounts to which the VMs in the primary cloud can replicate to.