CreateDataLakeStoreAccountParameters.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 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