Elastic Pools - List By Server
サーバー内のすべてのエラスティック プールを取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools?api-version=2021-11-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools?$skip={$skip}&api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
server
|
path | True |
string |
サーバーの名前。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
$skip
|
query |
integer int64 |
スキップするコレクション内の要素の数。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
成功 |
|
Other Status Codes |
エラー応答: ***
|
例
Get all elastic pools in a server
要求のサンプル
応答のサンプル
{
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-2369/providers/Microsoft.Sql/servers/sqlcrudtest-8069/elasticPools/sqlcrudtest-2729",
"name": "sqlcrudtest-2729",
"type": "Microsoft.Sql/servers/elasticPools",
"location": "Japan East",
"kind": null,
"sku": {
"name": "GP_Gen4_2",
"tier": "GeneralPurpose",
"capacity": 2
},
"properties": {
"creationDate": "2017-02-10T01:27:21.32Z",
"state": "Ready",
"maxSizeBytes": 5242880000,
"perDatabaseSettings": {
"minCapacity": 0.25,
"maxCapacity": 1
},
"zoneRedundant": true,
"licenseType": "LicenseIncluded"
}
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-2369/providers/Microsoft.Sql/servers/sqlcrudtest-8069/elasticPools/sqlcrudtest-3191",
"name": "sqlcrudtest-3191",
"type": "Microsoft.Sql/servers/elasticPools",
"location": "Japan East",
"kind": null,
"sku": {
"name": "BasicPool",
"tier": "Basic",
"capacity": 50
},
"properties": {
"creationDate": "2017-02-10T01:26:26.45Z",
"state": "Ready",
"maxSizeBytes": 5242880000,
"perDatabaseSettings": {
"minCapacity": 0,
"maxCapacity": 5
}
}
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-2369/providers/Microsoft.Sql/servers/sqlcrudtest-8069/elasticPools/sqlcrudtest-8102",
"name": "sqlcrudtest-8102",
"type": "Microsoft.Sql/servers/elasticPools",
"location": "Japan East",
"kind": null,
"sku": {
"name": "BasicPool",
"tier": "Basic",
"capacity": 50
},
"properties": {
"creationDate": "2017-02-10T01:25:25.033Z",
"state": "Ready",
"maxSizeBytes": 5242880000,
"perDatabaseSettings": {
"minCapacity": 0,
"maxCapacity": 5
}
}
}
]
}
定義
名前 | 説明 |
---|---|
Elastic |
エラスティック プール。 |
Elastic |
このエラスティック プールに適用するライセンスの種類。 |
Elastic |
エラスティック プール リスト要求の結果。 |
Elastic |
エラスティック プールのデータベースごとの設定。 |
Elastic |
エラスティック プールの状態。 |
Sku |
ARM リソース SKU。 |
ElasticPool
エラスティック プール。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
kind |
string |
エラスティック プールの種類。 これは、Azure portal エクスペリエンスに使用されるメタデータです。 |
location |
string |
リソースの場所。 |
name |
string |
リソース名。 |
properties.creationDate |
string |
エラスティック プールの作成日 (ISO8601形式)。 |
properties.highAvailabilityReplicaCount |
integer |
高可用性を提供するために使用されるエラスティック プールに関連付けられているセカンダリ レプリカの数。 Hyperscale エラスティック プールにのみ適用されます。 |
properties.licenseType |
このエラスティック プールに適用するライセンスの種類。 |
|
properties.maintenanceConfigurationId |
string |
エラスティック プールに割り当てられたメンテナンス構成 ID。 この構成では、メンテナンス更新が発生する期間を定義します。 |
properties.maxSizeBytes |
integer |
データベース エラスティック プールのストレージ制限 (バイト単位)。 |
properties.minCapacity |
number |
一時停止されていない場合、サーバーレス プールが以下に縮小しない最小容量 |
properties.perDatabaseSettings |
エラスティック プールのデータベースごとの設定。 |
|
properties.state |
エラスティック プールの状態。 |
|
properties.zoneRedundant |
boolean |
このエラスティック プールがゾーン冗長であるかどうか。つまり、このエラスティック プールのレプリカは複数の可用性ゾーンに分散されます。 |
sku |
エラスティック プール SKU。 SKU の一覧は、リージョンとサポート オファーによって異なる場合があります。 Azure リージョンのサブスクリプションで使用できる SKU (SKU 名、レベル/エディション、ファミリ、容量を含む) を確認するには、REST API または次のコマンドを使用
|
|
tags |
object |
リソース タグ。 |
type |
string |
リソースの種類。 |
ElasticPoolLicenseType
このエラスティック プールに適用するライセンスの種類。
名前 | 型 | 説明 |
---|---|---|
BasePrice |
string |
|
LicenseIncluded |
string |
ElasticPoolListResult
エラスティック プール リスト要求の結果。
名前 | 型 | 説明 |
---|---|---|
nextLink |
string |
結果の次のページを取得するためのリンク。 |
value |
結果の配列。 |
ElasticPoolPerDatabaseSettings
エラスティック プールのデータベースごとの設定。
名前 | 型 | 説明 |
---|---|---|
maxCapacity |
number |
1 つのデータベースで使用できる最大容量。 |
minCapacity |
number |
すべてのデータベースの最小容量が保証されます。 |
ElasticPoolState
エラスティック プールの状態。
名前 | 型 | 説明 |
---|---|---|
Creating |
string |
|
Disabled |
string |
|
Ready |
string |
Sku
ARM リソース SKU。
名前 | 型 | 説明 |
---|---|---|
capacity |
integer |
特定の SKU の容量。 |
family |
string |
同じ SKU に対して、サービスの世代が異なるハードウェアがある場合は、ここでキャプチャできます。 |
name |
string |
SKU の名前 。通常は、文字 + 数値コード (P3 など)。 |
size |
string |
特定の SKU のサイズ |
tier |
string |
特定の SKU のレベルまたはエディション (Basic、Premium など)。 |