次の方法で共有


AzureWorkloadRecoveryPoint コンストラクター

定義

オーバーロード

AzureWorkloadRecoveryPoint()

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

AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

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

AzureWorkloadRecoveryPoint()

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

public AzureWorkloadRecoveryPoint ();
Public Sub New ()

適用対象

AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

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

public AzureWorkloadRecoveryPoint (DateTime? recoveryPointTimeInUTC = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation> recoveryPointTierDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadRecoveryPoint : Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointMoveReadinessInfo> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadRecoveryPoint
Public Sub New (Optional recoveryPointTimeInUTC As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional recoveryPointTierDetails As IList(Of RecoveryPointTierInformation) = Nothing, Optional recoveryPointMoveReadinessInfo As IDictionary(Of String, RecoveryPointMoveReadinessInfo) = Nothing)

パラメーター

recoveryPointTimeInUTC
Nullable<DateTime>

復旧ポイントが作成された UTC 時刻

type
String

復元ポイントの種類。 指定できる値は、'Invalid'、'Full'、'Log'、'Differential'、'Incremental' です。

recoveryPointTierDetails
IList<RecoveryPointTierInformation>

復旧ポイント層の情報。

recoveryPointMoveReadinessInfo
IDictionary<String,RecoveryPointMoveReadinessInfo>

RP を別のレベルに移動する資格

適用対象