共用方式為


SkuInner.Tier Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to