次の方法で共有


ElasticPool.Sku プロパティ

定義

エラスティック プール SKU を取得または設定します。

SKU の一覧は、リージョンとサポート オファーによって異なる場合があります。 Azure リージョンのサブスクリプションで使用できる SKU (SKU 名、レベル/エディション、ファミリ、容量を含む) を確認するには、REST API または次のコマンドを使用 Capabilities_ListByLocation します。

az sql elastic-pool list-editions -l <location> -o
table
[Newtonsoft.Json.JsonProperty(PropertyName="sku")]
public Microsoft.Azure.Management.Sql.Models.Sku Sku { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sku")>]
member this.Sku : Microsoft.Azure.Management.Sql.Models.Sku with get, set
Public Property Sku As Sku

プロパティ値

Sku
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象