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

RecoveryPointTierInformation 构造函数

定义

重载

RecoveryPointTierInformation()

初始化 RecoveryPointTierInformation 类的新实例。

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

初始化 RecoveryPointTierInformation 类的新实例。

RecoveryPointTierInformation()

初始化 RecoveryPointTierInformation 类的新实例。

public RecoveryPointTierInformation ();
Public Sub New ()

适用于

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

初始化 RecoveryPointTierInformation 类的新实例。

public RecoveryPointTierInformation (Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierType? type = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierStatus? status = default, System.Collections.Generic.IDictionary<string,string> extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierType> * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierStatus> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation
Public Sub New (Optional type As Nullable(Of RecoveryPointTierType) = Nothing, Optional status As Nullable(Of RecoveryPointTierStatus) = Nothing, Optional extendedInfo As IDictionary(Of String, String) = Nothing)

参数

type
Nullable<RecoveryPointTierType>

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

status
Nullable<RecoveryPointTierStatus>

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

extendedInfo
IDictionary<String,String>

恢复点层状态。

适用于