次の方法で共有


HyperVToAzStackHciPolicyModelCustomProperties(Int32, Int32, Int32) コンストラクター

定義

HyperVToAzStackHciPolicyModelCustomProperties の新しいインスタンスを初期化します。

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

パラメーター

recoveryPointHistoryInMinutes
Int32

復旧ポイントを格納する必要がある期間を分単位で取得または設定します。

crashConsistentFrequencyInMinutes
Int32

クラッシュ整合性スナップショット頻度 (分単位) を取得または設定します。

appConsistentFrequencyInMinutes
Int32

アプリの一貫性のあるスナップショット頻度 (分単位) を取得または設定します。

適用対象