HyperVReplicaAzurePolicyDetails 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
HyperVReplicaAzurePolicyDetails() |
Initializes a new instance of the HyperVReplicaAzurePolicyDetails class. |
HyperVReplicaAzurePolicyDetails(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, String) |
Initializes a new instance of the HyperVReplicaAzurePolicyDetails class. |
HyperVReplicaAzurePolicyDetails()
Initializes a new instance of the HyperVReplicaAzurePolicyDetails class.
public HyperVReplicaAzurePolicyDetails ();
Public Sub New ()
Applies to
HyperVReplicaAzurePolicyDetails(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, String)
Initializes a new instance of the HyperVReplicaAzurePolicyDetails class.
public HyperVReplicaAzurePolicyDetails (int? recoveryPointHistoryDurationInHours = default, int? applicationConsistentSnapshotFrequencyInHours = default, int? replicationInterval = default, string onlineReplicationStartTime = default, string encryption = default, string activeStorageAccountId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzurePolicyDetails : Nullable<int> * Nullable<int> * Nullable<int> * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzurePolicyDetails
Public Sub New (Optional recoveryPointHistoryDurationInHours 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 encryption As String = Nothing, Optional activeStorageAccountId As 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.
- encryption
- String
A value indicating whether encryption is enabled for virtual machines in this cloud.
- activeStorageAccountId
- String
The active storage account Id.