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