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

MoveRPAcrossTiersRequest.TargetTierType 属性

定义

获取或设置需要移动 RP 的目标层。 可能的值包括:“Invalid”、“InstantRP”、“HardenedRP”、“ArchivedRP”

[Newtonsoft.Json.JsonProperty(PropertyName="targetTierType")]
public Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? TargetTierType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetTierType")>]
member this.TargetTierType : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> with get, set
Public Property TargetTierType As Nullable(Of RecoveryPointTierType)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于