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