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

AzureWorkloadSAPHanaRecoveryPoint 类

定义

SAPHana 特定的恢复点,专门封装完整/差异恢复点

public class AzureWorkloadSAPHanaRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadRecoveryPoint
type AzureWorkloadSAPHanaRecoveryPoint = class
    inherit AzureWorkloadRecoveryPoint
Public Class AzureWorkloadSAPHanaRecoveryPoint
Inherits AzureWorkloadRecoveryPoint
继承
AzureWorkloadSAPHanaRecoveryPoint

构造函数

AzureWorkloadSAPHanaRecoveryPoint()

初始化 AzureWorkloadSAPHanaRecoveryPoint 类的新实例。

AzureWorkloadSAPHanaRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

初始化 AzureWorkloadSAPHanaRecoveryPoint 类的新实例。

属性

RecoveryPointMoveReadinessInfo

获取或设置要移动到另一层的 RP 的资格

(继承自 AzureWorkloadRecoveryPoint)
RecoveryPointTierDetails

获取或设置恢复点层信息。

(继承自 AzureWorkloadRecoveryPoint)
RecoveryPointTimeInUTC

获取或设置创建恢复点的 UTC 时间

(继承自 AzureWorkloadRecoveryPoint)
Type

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

(继承自 AzureWorkloadRecoveryPoint)

适用于