AzureWorkloadRecoveryPoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureWorkloadRecoveryPoint() |
AzureWorkloadRecoveryPoint クラスの新しいインスタンスを初期化します。 |
AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>) |
AzureWorkloadRecoveryPoint クラスの新しいインスタンスを初期化します。 |
AzureWorkloadRecoveryPoint()
AzureWorkloadRecoveryPoint クラスの新しいインスタンスを初期化します。
public AzureWorkloadRecoveryPoint ();
Public Sub New ()
適用対象
AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)
AzureWorkloadRecoveryPoint クラスの新しいインスタンスを初期化します。
public AzureWorkloadRecoveryPoint (DateTime? recoveryPointTimeInUTC = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> recoveryPointTierDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadRecoveryPoint : Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadRecoveryPoint
Public Sub New (Optional recoveryPointTimeInUTC As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional recoveryPointTierDetails As IList(Of RecoveryPointTierInformationV2) = Nothing, Optional recoveryPointMoveReadinessInfo As IDictionary(Of String, RecoveryPointMoveReadinessInfo) = Nothing)
パラメーター
- type
- String
復元ポイントの種類。 使用できる値は、'Invalid'、'Full'、'Log'、'Differential'、'Incremental' です。
- recoveryPointTierDetails
- IList<RecoveryPointTierInformationV2>
復旧ポイント層の情報。
- recoveryPointMoveReadinessInfo
- IDictionary<String,RecoveryPointMoveReadinessInfo>
RP を別のレベルに移動する資格
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET