Share via


Sku.Tier Property

Definition

Gets the SKU tier based on the SKU name. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'

[Newtonsoft.Json.JsonProperty(PropertyName="tier")]
public string Tier { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tier")>]
member this.Tier : string
Public ReadOnly Property Tier As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to