다음을 통해 공유


SkuInformation.Tier Property

Definition

Gets or sets possible values include: 'Standard', 'Premium'

[Newtonsoft.Json.JsonProperty(PropertyName="tier")]
public Microsoft.Azure.Management.Storage.Models.SkuTier? Tier { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tier")>]
member this.Tier : Nullable<Microsoft.Azure.Management.Storage.Models.SkuTier> with get, set
Public Property Tier As Nullable(Of SkuTier)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to