Recommended Elastic Pools - List Metrics
推奨されるエラスティック プールのメトリックを返します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/recommendedElasticPools/{recommendedElasticPoolName}/metrics?api-version=2014-04-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
recommended
|
path | True |
string |
取得する推奨エラスティック プールの名前。 |
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
server
|
path | True |
string |
サーバーの名前。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
例
Get recommended elastic pool metrics
要求のサンプル
応答のサンプル
{
"value": [
{
"dateTime": "2017-07-24T12:00:00Z",
"dtu": 0.01758824557626567,
"sizeGB": 0.921875
},
{
"dateTime": "2017-07-25T12:00:00Z",
"dtu": 0.018937532104510685,
"sizeGB": 0.921875
}
]
}
定義
名前 | 説明 |
---|---|
Recommended |
推奨されるエラスティック プール メトリック要求の一覧への応答を表します。 |
Recommended |
推奨されるエラスティック プール メトリックを表します。 |
RecommendedElasticPoolListMetricsResult
推奨されるエラスティック プール メトリック要求の一覧への応答を表します。
名前 | 型 | 説明 |
---|---|---|
value |
推奨されるエラスティック プールメトリックの一覧。 |
RecommendedElasticPoolMetric
推奨されるエラスティック プール メトリックを表します。
名前 | 型 | 説明 |
---|---|---|
dateTime |
string |
メトリックの時刻 (ISO8601形式)。 |
dtu |
number |
DTU (データベース トランザクション ユニット) を取得または設定します。 「https://azure.microsoft.com/documentation/articles/sql-database-what-is-a-dtu/」を参照してください。 |
sizeGB |
number |
サイズをギガバイト単位で取得または設定します。 |