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