A2APolicyDetails Constructors

Definition

Overloads

A2APolicyDetails()

Initializes a new instance of the A2APolicyDetails class.

A2APolicyDetails(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)

Initializes a new instance of the A2APolicyDetails class.

A2APolicyDetails()

Initializes a new instance of the A2APolicyDetails class.

public A2APolicyDetails ();
Public Sub New ()

Applies to

A2APolicyDetails(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)

Initializes a new instance of the A2APolicyDetails class.

public A2APolicyDetails (int? recoveryPointThresholdInMinutes = default, int? recoveryPointHistory = default, int? appConsistentFrequencyInMinutes = default, string multiVMSyncStatus = default, int? crashConsistentFrequencyInMinutes = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2APolicyDetails : Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2APolicyDetails
Public Sub New (Optional recoveryPointThresholdInMinutes As Nullable(Of Integer) = Nothing, Optional recoveryPointHistory As Nullable(Of Integer) = Nothing, Optional appConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional multiVMSyncStatus As String = Nothing, Optional crashConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing)

Parameters

recoveryPointThresholdInMinutes
Nullable<Int32>

The recovery point threshold in minutes.

recoveryPointHistory
Nullable<Int32>

The duration in minutes until which the recovery points need to be stored.

appConsistentFrequencyInMinutes
Nullable<Int32>

The app consistent snapshot frequency in minutes.

multiVMSyncStatus
String

A value indicating whether multi-VM sync has to be enabled.

crashConsistentFrequencyInMinutes
Nullable<Int32>

The crash consistent snapshot frequency in minutes.

Applies to