你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureWorkloadPointInTimeRecoveryPoint 构造函数

定义

重载

AzureWorkloadPointInTimeRecoveryPoint()

初始化 AzureWorkloadPointInTimeRecoveryPoint 类的新实例。

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

初始化 AzureWorkloadPointInTimeRecoveryPoint 类的新实例。

AzureWorkloadPointInTimeRecoveryPoint()

初始化 AzureWorkloadPointInTimeRecoveryPoint 类的新实例。

public AzureWorkloadPointInTimeRecoveryPoint ();
Public Sub New ()

适用于

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

初始化 AzureWorkloadPointInTimeRecoveryPoint 类的新实例。

public AzureWorkloadPointInTimeRecoveryPoint (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, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadPointInTimeRecoveryPoint : 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> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadPointInTimeRecoveryPoint
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, Optional timeRanges As IList(Of PointInTimeRange) = Nothing)

参数

recoveryPointTimeInUTC
Nullable<DateTime>

创建恢复点的 UTC 时间

type
String

还原点的类型。 可能的值包括:“Invalid”、“Full”、“Log”、“Differential”、“Incremental”

recoveryPointTierDetails
IList<RecoveryPointTierInformation>

恢复点层信息。

recoveryPointMoveReadinessInfo
IDictionary<String,RecoveryPointMoveReadinessInfo>

要移动到另一层的 RP 的资格

timeRanges
IList<PointInTimeRange>

日志范围列表

适用于