VMwareToAzStackHciPolicyModelCustomProperties(Int32, Int32, Int32) Constructor
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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET