你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Apply Updates - Create Or Update Or Cancel
将汇报应用到资源
将维护更新应用于资源
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}?api-version=2023-09-01-preview
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
apply
|
path | True |
string |
ApplyUpdate 名称 |
provider
|
path | True |
string |
资源提供程序名称 |
resource
|
path | True |
string |
资源组名称 |
resource
|
path | True |
string |
资源标识符 |
resource
|
path | True |
string |
资源类型 |
subscription
|
path | True |
string |
唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。 |
api-version
|
query | True |
string |
要与客户端请求一起使用的 API 的版本。 |
请求正文
名称 | 类型 | 说明 |
---|---|---|
properties.lastUpdateTime |
string |
上次更新时间 |
properties.resourceId |
string |
resourceId |
properties.status |
状态 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
ApplyUpdate 更新请求已接受 |
|
201 Created |
ApplyUpdate 创建请求已接受 |
|
Other Status Codes |
BadRequest |
示例
Apply |
Apply |
ApplyUpdates_CreateOrUpdateOnly_NoCancellation
示例请求
示例响应
{
"id": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/examplerg/providers/Microsoft.Compute/virtualMachineScaleSets/smdtest1/providers/Microsoft.Maintenance/applyUpdates/e9b9685d-78e4-44c4-a81c-64a14f9b87b6",
"name": "e9b9685d-78e4-44c4-a81c-64a14f9b87b6",
"type": "Microsoft.Maintenance/applyUpdates",
"properties": {
"resourceId": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/examplerg/providers/Microsoft.Compute/virtualMachineScaleSets/smdtest1",
"status": "Pending"
}
}
{
"id": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/examplerg/providers/Microsoft.Compute/virtualMachineScaleSets/smdtest1/providers/Microsoft.Maintenance/applyUpdates/e9b9685d-78e4-44c4-a81c-64a14f9b87b6",
"name": "e9b9685d-78e4-44c4-a81c-64a14f9b87b6",
"type": "Microsoft.Maintenance/applyUpdates",
"properties": {
"resourceId": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/examplerg/providers/Microsoft.Compute/virtualMachineScaleSets/smdtest1",
"status": "Pending"
}
}
ApplyUpdates_CreateOrUpdateOrCancel
示例请求
PUT https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/examplerg/providers/Microsoft.Maintenance/maintenanceConfigurations/maintenanceConfig1/providers/Microsoft.Maintenance/applyUpdates/20230901121200?api-version=2023-09-01-preview
{
"properties": {
"status": "Cancel"
}
}
示例响应
{
"id": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/examplerg/providers/microsoft.maintenance/maintenanceconfigurations/maintenanceconfig1/providers/microsoft.maintenance/applyupdates/20230901121200",
"name": "maintenanceConfig1",
"type": "Microsoft.Maintenance/applyUpdates",
"properties": {
"status": "Cancelled",
"resourceId": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/examplerg/providers/microsoft.maintenance/maintenanceconfigurations/maintenanceconfig1"
}
}
{
"id": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/examplerg/providers/microsoft.maintenance/maintenanceconfigurations/maintenanceconfig1/providers/microsoft.maintenance/applyupdates/20230901121200",
"name": "maintenanceConfig1",
"type": "Microsoft.Maintenance/applyUpdates",
"properties": {
"status": "Cancelled",
"resourceId": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/examplerg/providers/microsoft.maintenance/maintenanceconfigurations/maintenanceconfig1"
}
}
定义
名称 | 说明 |
---|---|
Apply |
应用更新请求 |
created |
创建资源的标识类型。 |
Error |
从 Azure 维护服务收到的错误响应详细信息。 |
Maintenance |
从 Azure 维护服务收到的错误响应。 |
system |
与资源的创建和上次修改相关的元数据。 |
Update |
状态 |
ApplyUpdate
应用更新请求
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源的完全限定标识符 |
name |
string |
资源名称 |
properties.lastUpdateTime |
string |
上次更新时间 |
properties.resourceId |
string |
resourceId |
properties.status |
状态 |
|
systemData |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 |
|
type |
string |
资源的类型 |
createdByType
创建资源的标识类型。
名称 | 类型 | 说明 |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
ErrorDetails
从 Azure 维护服务收到的错误响应详细信息。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
服务定义的错误代码。 此代码用作响应中指定的 HTTP 错误代码的子状态。 |
message |
string |
错误的用户可读表示形式。 |
MaintenanceError
从 Azure 维护服务收到的错误响应。
名称 | 类型 | 说明 |
---|---|---|
error |
错误的详细信息 |
systemData
与资源的创建和上次修改相关的元数据。
名称 | 类型 | 说明 |
---|---|---|
createdAt |
string |
资源的创建时间戳 (UTC) 。 |
createdBy |
string |
创建资源的标识。 |
createdByType |
创建资源的标识类型。 |
|
lastModifiedAt |
string |
资源上次修改的时间戳 (UTC) |
lastModifiedBy |
string |
上次修改资源的标识。 |
lastModifiedByType |
上次修改资源的标识类型。 |
UpdateStatus
状态
名称 | 类型 | 说明 |
---|---|---|
Cancel |
string |
取消计划并停止为其部分资源创建 PMR。 仅适用于维护配置资源类型。 |
Cancelled |
string |
如果请求来取消计划,则向用户发送“已取消”响应。 仅适用于维护配置资源类型。 |
Completed |
string |
已成功应用所有更新。 |
InProgress |
string |
汇报安装正在进行中。 |
NoUpdatesPending |
string |
没有挂起的更新。 |
Pending |
string |
需要安装挂起的更新。 |
RetryLater |
string |
汇报安装失败,应稍后重试。 |
RetryNow |
string |
汇报安装失败,但已准备好重试。 |