VMwareToAzStackHciPolicyModelCustomProperties(Int32, Int32, Int32) Constructor

Definition

Initializes a new instance of VMwareToAzStackHciPolicyModelCustomProperties.

public VMwareToAzStackHciPolicyModelCustomProperties (int recoveryPointHistoryInMinutes, int crashConsistentFrequencyInMinutes, int appConsistentFrequencyInMinutes);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciPolicyModelCustomProperties : int * int * int -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciPolicyModelCustomProperties
Public Sub New (recoveryPointHistoryInMinutes As Integer, crashConsistentFrequencyInMinutes As Integer, appConsistentFrequencyInMinutes As Integer)

Parameters

recoveryPointHistoryInMinutes
Int32

Gets or sets the duration in minutes until which the recovery points need to be stored.

crashConsistentFrequencyInMinutes
Int32

Gets or sets the crash consistent snapshot frequency (in minutes).

appConsistentFrequencyInMinutes
Int32

Gets or sets the app consistent snapshot frequency (in minutes).

Applies to