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

RecoveryPointTierInformation 类

定义

恢复点层信息。

public class RecoveryPointTierInformation
type RecoveryPointTierInformation = class
Public Class RecoveryPointTierInformation
继承
RecoveryPointTierInformation

构造函数

RecoveryPointTierInformation()

初始化 RecoveryPointTierInformation 类的新实例。

RecoveryPointTierInformation(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)

初始化 RecoveryPointTierInformation 类的新实例。

属性

ExtendedInfo

获取或设置恢复点层状态。

Status

获取或设置恢复点层状态。 可能的值包括:“Invalid”、“Valid”、“Disabled”、“Deleted”、“Rehydrated”

Type

获取或设置恢复点层类型。 可能的值包括:“Invalid”、“InstantRP”、“HardenedRP”、“ArchivedRP”

适用于