你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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"
}
定义
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 |