Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.VMwareCbtPolicyDetails Method

Definition

Initializes a new instance of VMwareCbtPolicyDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtPolicyDetails VMwareCbtPolicyDetails (int? recoveryPointHistoryInMinutes = default, int? appConsistentFrequencyInMinutes = default, int? crashConsistentFrequencyInMinutes = default);
static member VMwareCbtPolicyDetails : Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtPolicyDetails
Public Shared Function VMwareCbtPolicyDetails (Optional recoveryPointHistoryInMinutes As Nullable(Of Integer) = Nothing, Optional appConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing, Optional crashConsistentFrequencyInMinutes As Nullable(Of Integer) = Nothing) As VMwareCbtPolicyDetails

Parameters

recoveryPointHistoryInMinutes
Nullable<Int32>

The duration in minutes until which the recovery points need to be stored.

appConsistentFrequencyInMinutes
Nullable<Int32>

The app consistent snapshot frequency in minutes.

crashConsistentFrequencyInMinutes
Nullable<Int32>

The crash consistent snapshot frequency in minutes.

Returns

A new VMwareCbtPolicyDetails instance for mocking.

Applies to