次の方法で共有


RecoveryPointRehydrationInfo コンストラクター

定義

オーバーロード

RecoveryPointRehydrationInfo()

RecoveryPointRehydrationInfo クラスの新しいインスタンスを初期化します。

RecoveryPointRehydrationInfo(String, String)

RecoveryPointRehydrationInfo クラスの新しいインスタンスを初期化します。

RecoveryPointRehydrationInfo()

RecoveryPointRehydrationInfo クラスの新しいインスタンスを初期化します。

public RecoveryPointRehydrationInfo();
Public Sub New ()

適用対象

RecoveryPointRehydrationInfo(String, String)

RecoveryPointRehydrationInfo クラスの新しいインスタンスを初期化します。

public RecoveryPointRehydrationInfo(string rehydrationRetentionDuration = default, string rehydrationPriority = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointRehydrationInfo : string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointRehydrationInfo
Public Sub New (Optional rehydrationRetentionDuration As String = Nothing, Optional rehydrationPriority As String = Nothing)

パラメーター

rehydrationRetentionDuration
String

リハイドレートされた RP を保持する期間 ISO8601 期間形式にする必要があります (例: "P7D"

rehydrationPriority
String

リハイドレートの優先度。 使用可能な値は次のとおりです: 'Standard'、'High'

適用対象