次の方法で共有


AzureWorkloadRecoveryPoint クラス

定義

ワークロード固有の復旧ポイント。具体的には、完全/diff復旧ポイントをカプセル化します

public class AzureWorkloadRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPoint
type AzureWorkloadRecoveryPoint = class
    inherit RecoveryPoint
Public Class AzureWorkloadRecoveryPoint
Inherits RecoveryPoint
継承
AzureWorkloadRecoveryPoint
派生

コンストラクター

AzureWorkloadRecoveryPoint()

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

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

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

プロパティ

RecoveryPointMoveReadinessInfo

別の層に移動する RP の適格性を取得または設定します

RecoveryPointTierDetails

回復ポイント層の情報を取得または設定します。

RecoveryPointTimeInUTC

復旧ポイントが作成された UTC 時刻を取得します

Type

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

適用対象