Partager via


HyperVReplicaAzurePolicyDetails Constructors

Definition

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

recoveryPointHistoryDurationInHours
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.

encryption
String

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

activeStorageAccountId
String

The active storage account Id.

Applies to