InMageRcmPolicyCreationInput 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
InMageRcmPolicyCreationInput() |
Initializes a new instance of the InMageRcmPolicyCreationInput class. |
InMageRcmPolicyCreationInput(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the InMageRcmPolicyCreationInput class. |
InMageRcmPolicyCreationInput()
Initializes a new instance of the InMageRcmPolicyCreationInput class.
public InMageRcmPolicyCreationInput ();
Public Sub New ()
Applies to
InMageRcmPolicyCreationInput(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the InMageRcmPolicyCreationInput class.
public InMageRcmPolicyCreationInput (int? recoveryPointHistoryInMinutes = default, int? crashConsistentFrequencyInMinutes = default, int? appConsistentFrequencyInMinutes = default, string enableMultiVMSync = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmPolicyCreationInput : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmPolicyCreationInput
Public Sub New (Optional recoveryPointHistoryInMinutes As Nullable(Of Integer) = Nothing, Optional crashConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional appConsistentFrequencyInMinutes 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.