InMageRcmFailbackPolicyCreationInput 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
InMageRcmFailbackPolicyCreationInput() |
Initializes a new instance of the InMageRcmFailbackPolicyCreationInput class. |
InMageRcmFailbackPolicyCreationInput(Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the InMageRcmFailbackPolicyCreationInput class. |
InMageRcmFailbackPolicyCreationInput()
Initializes a new instance of the InMageRcmFailbackPolicyCreationInput class.
public InMageRcmFailbackPolicyCreationInput ();
Public Sub New ()
Applies to
InMageRcmFailbackPolicyCreationInput(Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the InMageRcmFailbackPolicyCreationInput class.
public InMageRcmFailbackPolicyCreationInput (int? crashConsistentFrequencyInMinutes = default, int? appConsistentFrequencyInMinutes = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackPolicyCreationInput : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackPolicyCreationInput
Public Sub New (Optional crashConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional appConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing)
Parameters
The crash consistent snapshot frequency (in minutes).