Elastic Pool Activities - List By Elastic Pool
エラスティック プール アクティビティを返します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}/elasticPoolActivity?api-version=2014-04-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
elastic
|
path | True |
string |
現在のアクティビティを取得するエラスティック プールの名前。 |
resource
|
path | True |
string |
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。 |
server
|
path | True |
string |
サーバーの名前。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
わかりました |
例
List Elastic pool activity
要求のサンプル
応答のサンプル
{
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4291/providers/Microsoft.Sql/servers/sqlcrudtest-6574/elasticPools/8749/elasticPoolActivity/851f1672-f7f0-46f6-a262-ee9b51e18e97",
"name": "851f1672-f7f0-46f6-a262-ee9b51e18e97",
"type": "Microsoft.Sql/servers/elasticPools/elasticPoolActivity",
"location": "Japan East",
"properties": {
"operationId": "851f1672-f7f0-46f6-a262-ee9b51e18e97",
"serverName": "sqlcrudtest-6574",
"elasticPoolName": "8749",
"state": "COMPLETED",
"operation": "CREATE",
"errorCode": null,
"errorMessage": null,
"errorSeverity": null,
"startTime": "2017-02-10T02:03:06.16Z",
"endTime": "2017-02-10T02:03:23.263Z",
"percentComplete": 100,
"requestedElasticPoolName": null,
"requestedDtuGuarantee": 100,
"requestedDatabaseDtuCap": 5,
"requestedDatabaseDtuGuarantee": 0,
"requestedStorageLimitInGB": 9,
"requestedStorageLimitInMB": 10000
}
}
]
}
定義
名前 | 説明 |
---|---|
Elastic |
エラスティック プールでのアクティビティを表します。 |
Elastic |
エラスティック プール アクティビティ要求の一覧への応答を表します。 |
ElasticPoolActivity
エラスティック プールでのアクティビティを表します。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソース ID。 |
location |
string |
リソースが存在する地理的な場所 |
name |
string |
リソース名。 |
properties.elasticPoolName |
string |
エラスティック プールの名前。 |
properties.endTime |
string (date-time) |
操作が完了した時刻 (ISO8601形式)。 |
properties.errorCode |
integer (int32) |
エラー コード (使用可能な場合)。 |
properties.errorMessage |
string |
エラー メッセージ (使用可能な場合)。 |
properties.errorSeverity |
integer (int32) |
エラーの重大度 (使用可能な場合)。 |
properties.operation |
string |
操作名。 |
properties.operationId |
string (uuid) |
一意の操作 ID。 |
properties.percentComplete |
integer (int32) |
達成率 (使用可能な場合)。 |
properties.requestedDatabaseDtuCap |
integer (int32) |
データベースごとの要求された DTU 上限。 |
properties.requestedDatabaseDtuGuarantee |
integer (int32) |
データベースごとの要求された DTU 保証。 |
properties.requestedDatabaseDtuMax |
integer (int32) |
データベースあたりの要求された最大 DTU (使用可能な場合)。 |
properties.requestedDatabaseDtuMin |
integer (int32) |
データベースあたりの要求された最小 DTU (使用可能な場合)。 |
properties.requestedDtu |
integer (int32) |
プールに対して要求された DTU (使用可能な場合)。 |
properties.requestedDtuGuarantee |
integer (int32) |
要求された DTU 保証。 |
properties.requestedElasticPoolName |
string |
エラスティック プールの要求された名前 (使用可能な場合)。 |
properties.requestedStorageLimitInGB |
integer (int64) |
プールの要求された記憶域の制限 (使用可能な場合は GB)。 |
properties.requestedStorageLimitInMB |
integer (int32) |
要求されたストレージ制限 (MB 単位)。 |
properties.serverName |
string |
エラスティック プールが格納されているサーバーの名前。 |
properties.startTime |
string (date-time) |
操作が開始された時刻 (ISO8601形式)。 |
properties.state |
string |
操作の現在の状態。 |
type |
string |
リソースの種類。 |
ElasticPoolActivityListResult
エラスティック プール アクティビティ要求の一覧への応答を表します。
名前 | 型 | 説明 |
---|---|---|
value |
エラスティック プール アクティビティの一覧。 |