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