Managed Instance Operations - Get
マネージド インスタンスに対する管理操作を取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}?api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
managed
|
path | True |
string |
マネージド インスタンスの名前。 |
operation
|
path | True |
string uuid |
|
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
指定したマネージド インスタンス操作を正常に取得しました。 |
|
Other Status Codes |
エラー応答: ***
|
例
Gets the managed instance management operation
要求のサンプル
応答のサンプル
{
"properties": {
"managedInstanceName": "sqlcrudtest-4645",
"operation": "UpsertManagedServer",
"operationFriendlyName": "UPDATE MANAGED SERVER",
"percentComplete": 100,
"startTime": "2019-12-06T11:08:44.49Z",
"state": "Cancelled",
"isCancellable": false,
"operationSteps": {
"totalSteps": "6",
"currentStep": 2,
"stepsList": [
{
"order": 1,
"name": "Request validation",
"status": "Completed",
"stepEndTime": "2019-12-06T11:08:45.57Z",
"stepStartTime": "2019-12-06T11:08:44.49Z",
"timeElapsed": "0"
},
{
"order": 2,
"name": "Virtual Cluster resize/creation",
"status": "Completed",
"stepEndTime": "2019-12-06T11:23:05.47Z",
"stepStartTime": "2019-12-06T11:08:46.05Z",
"timeElapsed": "14"
},
{
"order": 3,
"name": "New SQL Instance Startup",
"status": "Canceled",
"stepEndTime": "2019-12-06T11:23:11.51Z",
"stepStartTime": "2019-12-06T11:23:05.55Z",
"timeElapsed": "0"
},
{
"order": 4,
"name": "Seeding database files",
"status": "NotStarted"
},
{
"order": 5,
"name": "Preparing Failover and Failover",
"status": "NotStarted"
},
{
"order": 6,
"name": "Old SQL Instance cleanup",
"status": "NotStarted"
}
]
}
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-7398/providers/Microsoft.Sql/managedInstances/sqlcrudtest-4645/operations/11111111-1111-1111-1111-111111111111",
"name": "11111111-1111-1111-1111-111111111111",
"type": "Microsoft.Sql/managedInstances/operations"
}
定義
名前 | 説明 |
---|---|
Managed |
マネージド インスタンス操作。 |
Managed |
マネージド インスタンス操作のパラメーター。 |
Managed |
マネージド インスタンス操作の手順。 |
Management |
操作の状態。 |
status | |
Upsert |
|
Upsert |
ManagedInstanceOperation
マネージド インスタンス操作。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
name |
string |
リソース名。 |
properties.description |
string |
操作の説明。 |
properties.errorCode |
integer |
操作エラー コード。 |
properties.errorDescription |
string |
操作エラーの説明。 |
properties.errorSeverity |
integer |
操作エラーの重大度。 |
properties.estimatedCompletionTime |
string |
操作の推定完了時間。 |
properties.isCancellable |
boolean |
操作を取り消すことができるかどうか。 |
properties.isUserError |
boolean |
エラーがユーザー エラーかどうか。 |
properties.managedInstanceName |
string |
操作が実行されているマネージド インスタンスの名前。 |
properties.operation |
string |
操作の名前。 |
properties.operationFriendlyName |
string |
操作のフレンドリ名。 |
properties.operationParameters |
操作パラメーター。 |
|
properties.operationSteps |
操作の手順。 |
|
properties.percentComplete |
integer |
操作が完了した割合。 |
properties.startTime |
string |
操作の開始時刻。 |
properties.state |
操作の状態。 |
|
type |
string |
リソースの種類。 |
ManagedInstanceOperationParametersPair
マネージド インスタンス操作のパラメーター。
名前 | 型 | 説明 |
---|---|---|
currentParameters |
現在のパラメーター。 |
|
requestedParameters |
要求されたパラメーター。 |
ManagedInstanceOperationSteps
マネージド インスタンス操作の手順。
名前 | 型 | 説明 |
---|---|---|
currentStep |
integer |
現在の操作ステップの数。 |
stepsList |
操作ステップの一覧。 |
|
totalSteps |
string |
操作ステップの合計数。 |
ManagementOperationState
操作の状態。
名前 | 型 | 説明 |
---|---|---|
CancelInProgress |
string |
|
Cancelled |
string |
|
Failed |
string |
|
InProgress |
string |
|
Pending |
string |
|
Succeeded |
string |
status
名前 | 型 | 説明 |
---|---|---|
Canceled |
string |
|
Completed |
string |
|
Failed |
string |
|
InProgress |
string |
|
NotStarted |
string |
|
SlowedDown |
string |
UpsertManagedServerOperationParameters
名前 | 型 | 説明 |
---|---|---|
family |
string |
|
storageSizeInGB |
integer |
|
tier |
string |
|
vCores |
integer |
UpsertManagedServerOperationStepWithEstimatesAndDuration
名前 | 型 | 説明 |
---|---|---|
name |
string |
|
order |
integer |
|
status | ||
stepEndTime |
string |
|
stepStartTime |
string |
|
timeElapsed |
string |