InMageRcmPolicyDetails 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
InMageRcmPolicyDetails() |
Initializes a new instance of the InMageRcmPolicyDetails class. |
InMageRcmPolicyDetails(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the InMageRcmPolicyDetails class. |
InMageRcmPolicyDetails()
Initializes a new instance of the InMageRcmPolicyDetails class.
public InMageRcmPolicyDetails ();
Public Sub New ()
Applies to
InMageRcmPolicyDetails(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the InMageRcmPolicyDetails class.
public InMageRcmPolicyDetails (int? recoveryPointHistoryInMinutes = default, int? appConsistentFrequencyInMinutes = default, int? crashConsistentFrequencyInMinutes = default, string enableMultiVMSync = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmPolicyDetails : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmPolicyDetails
Public Sub New (Optional recoveryPointHistoryInMinutes As Nullable(Of Integer) = Nothing, Optional appConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional crashConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional enableMultiVMSync As String = Nothing)
Parameters
The duration in minutes until which the recovery points need to be stored.
The crash consistent snapshot frequency in minutes.
- enableMultiVMSync
- String
A value indicating whether multi-VM sync has to be enabled.