UpdateDataLakeStoreAccountParameters.NewTier Property

Definition

Gets or sets 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")>]
member this.NewTier : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> with get, set
Public Property NewTier As Nullable(Of TierType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to