DataLakeAnalyticsAccount.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 for the next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.newTier")]
public Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? NewTier { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="properties.newTier")]
public Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? NewTier { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.newTier")>]
member this.NewTier : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.newTier")>]
member this.NewTier : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType>
Public Property NewTier As Nullable(Of TierType)
Public ReadOnly Property NewTier As Nullable(Of TierType)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute