DataLakeStoreAccount.NewTier プロパティ

定義

来月に使用するコミットメント レベルを取得します。 使用できる値は、'Consumption'、'Commitment_1TB'、'Commitment_10TB'、'Commitment_100TB'、'Commitment_500TB'、'Commitment_1PB'、'Commitment_5PB' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.newTier")]
public Microsoft.Azure.Management.DataLake.Store.Models.TierType? NewTier { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="properties.newTier")]
public Microsoft.Azure.Management.DataLake.Store.Models.TierType? NewTier { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.newTier")>]
member this.NewTier : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.newTier")>]
member this.NewTier : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType>
Public Property NewTier As Nullable(Of TierType)
Public ReadOnly Property NewTier As Nullable(Of TierType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象