次の方法で共有


MoveRPAcrossTiersRequest.SourceTierType プロパティ

定義

RP を移動する必要があるソース層を取得または設定します。 使用できる値は、'Invalid'、'InstantRP'、'HardenedRP'、'ArchivedRP' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象