DataLakeStoreAccount.NewTier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the commitment tier to use for next month. Possible values include: '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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET