Delen via


InMagePolicyDetails Constructors

Definition

Overloads

InMagePolicyDetails()

Initializes a new instance of the InMagePolicyDetails class.

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

Initializes a new instance of the InMagePolicyDetails class.

InMagePolicyDetails()

Initializes a new instance of the InMagePolicyDetails class.

public InMagePolicyDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the InMagePolicyDetails class.

public InMagePolicyDetails (int? recoveryPointThresholdInMinutes = default, int? recoveryPointHistory = default, int? appConsistentFrequencyInMinutes = default, string multiVMSyncStatus = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMagePolicyDetails : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMagePolicyDetails
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)

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.

Applies to