DataLakeStoreAccount.CurrentTier プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象