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 パラメーター

名前 / 必須 説明
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

ElasticPoolActivityListResult

OK

List Elastic pool activity

Sample Request

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

Sample Response

{
  "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
      }
    }
  ]
}

定義

名前 説明
ElasticPoolActivity

エラスティック プールでのアクティビティを表します。

ElasticPoolActivityListResult

エラスティック プール アクティビティ要求の一覧に対する応答を表します。

ElasticPoolActivity

エラスティック プールでのアクティビティを表します。

名前 説明
id

string

リソースの ID

location

string

リソースが保存されている地理的な場所

name

string

リソース名。

properties.elasticPoolName

string

エラスティック プールの名前。

properties.endTime

string

操作が完了した時刻 (ISO8601形式)。

properties.errorCode

integer

エラー コード (使用可能な場合)。

properties.errorMessage

string

エラー メッセージ (使用可能な場合)。

properties.errorSeverity

integer

エラーの重大度 (使用可能な場合)。

properties.operation

string

操作名。

properties.operationId

string

一意の操作 ID。

properties.percentComplete

integer

達成率 (使用可能な場合)。

properties.requestedDatabaseDtuCap

integer

データベースごとに要求された DTU 上限。

properties.requestedDatabaseDtuGuarantee

integer

データベースごとに要求された DTU 保証。

properties.requestedDatabaseDtuMax

integer

データベースあたりの要求された最大 DTU (使用可能な場合)。

properties.requestedDatabaseDtuMin

integer

データベースあたりの要求された最小 DTU (使用可能な場合)。

properties.requestedDtu

integer

プールに対して要求された DTU (使用可能な場合)。

properties.requestedDtuGuarantee

integer

要求された DTU 保証。

properties.requestedElasticPoolName

string

エラスティック プールの要求された名前 (使用可能な場合)。

properties.requestedStorageLimitInGB

integer

プールの要求された記憶域の制限 (使用可能な場合は GB 単位)。

properties.requestedStorageLimitInMB

integer

要求されたストレージ制限 (MB 単位)。

properties.serverName

string

エラスティック プールが含まれているサーバーの名前。

properties.startTime

string

操作が開始された時刻 (ISO8601形式)。

properties.state

string

操作の現在の状態。

type

string

リソースの種類。

ElasticPoolActivityListResult

エラスティック プール アクティビティ要求の一覧に対する応答を表します。

名前 説明
value

ElasticPoolActivity[]

エラスティック プール アクティビティの一覧。