次の方法で共有


AvailableServiceTier.ServiceTier プロパティ

定義

サービス レベルの名前を取得します。 使用できる値は、'Free'、'Standard'、'Premium'、'PerNode'、'PerGB2018'、'Standalone'、'CapacityReservation' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象