次の方法で共有


Elastic Pools - Get

エラスティック プールを取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}?api-version=2014-04-01

URI パラメーター

名前 / 必須 説明
elasticPoolName
path True

string

取得するエラスティック プールの名前。

resourceGroupName
path True

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
path True

string

サーバーの名前。

subscriptionId
path True

string

Azure サブスクリプションを識別するサブスクリプション ID。

api-version
query True

string

要求で使用する API のバージョン。

応答

名前 説明
200 OK

ElasticPool

OK

Get elastic pool

要求のサンプル

GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-2369/providers/Microsoft.Sql/servers/sqlcrudtest-8069/elasticPools/sqlcrudtest-8102?api-version=2014-04-01

応答のサンプル

{
  "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,
  "properties": {
    "creationDate": "2017-02-10T01:25:25.033Z",
    "edition": "Basic",
    "state": "Ready",
    "dtu": 50,
    "databaseDtuMin": 0,
    "databaseDtuMax": 5,
    "storageMB": 5000
  }
}

定義

名前 説明
ElasticPool

データベース エラスティック プールを表します。

ElasticPoolEdition

エラスティック プールのエディション。

ElasticPoolState

エラスティック プールの状態。

ElasticPool

データベース エラスティック プールを表します。

名前 説明
id

string

リソースの ID

kind

string

エラスティック プールの種類。 これは、Azure portal エクスペリエンスに使用されるメタデータです。

location

string

リソースの場所。

name

string

リソース名。

properties.creationDate

string

エラスティック プールの作成日 (ISO8601形式)。

properties.databaseDtuMax

integer

1 つのデータベースで使用できる最大 DTU。

properties.databaseDtuMin

integer

すべてのデータベースの最小 DTU が保証されます。

properties.dtu

integer

データベース エラスティック プールの共有 DTU の合計。

properties.edition

ElasticPoolEdition

エラスティック プールのエディション。

properties.state

ElasticPoolState

エラスティック プールの状態。

properties.storageMB

integer

データベース エラスティック プールのストレージ制限を MB 単位で取得します。

properties.zoneRedundant

boolean

このデータベース エラスティック プールがゾーン冗長であるかどうか。つまり、このデータベースのレプリカは複数の可用性ゾーンに分散されます。

tags

object

リソース タグ。

type

string

リソースの種類。

ElasticPoolEdition

エラスティック プールのエディション。

名前 説明
Basic

string

BusinessCritical

string

GeneralPurpose

string

Premium

string

Standard

string

ElasticPoolState

エラスティック プールの状態。

名前 説明
Creating

string

Disabled

string

Ready

string