你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Web Apps - Apply Slot Config To Production

将配置设置从目标槽应用到当前槽的说明。

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/applySlotConfig?api-version=2023-12-01

URI 参数

名称 必需 类型 说明
name
path True

string

应用的名称。

resourceGroupName
path True

string

资源所属的资源组的名称。

Regex pattern: ^[-\w\._\(\)]+[^\.]$

subscriptionId
path True

string

Azure 订阅 ID。 这是 GUID 格式的字符串 (例如 00000000-0000-0000-0000-0000-0000000000000) 。

api-version
query True

string

API 版本

请求正文

名称 必需 类型 说明
preserveVnet True

boolean

true若要在交换期间保留槽虚拟网络,则为 ;否则为 false

targetSlot True

string

交换操作期间的目标部署槽位。

响应

名称 类型 说明
200 OK

没问题。

Other Status Codes

DefaultErrorResponse

App 服务错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 流

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名称 说明
user_impersonation 模拟用户帐户

示例

Apply web app slot config

Sample Request

POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/sitef6141/applySlotConfig?api-version=2023-12-01

{
  "targetSlot": "staging",
  "preserveVnet": true
}

Sample Response

定义

名称 说明
CsmSlotEntity

部署槽参数。

DefaultErrorResponse

App 服务错误响应。

Details
Error

错误模型。

CsmSlotEntity

部署槽参数。

名称 类型 说明
preserveVnet

boolean

true若要在交换期间保留槽虚拟网络,则为 ;否则为 false

targetSlot

string

交换操作期间的目标部署槽位。

DefaultErrorResponse

App 服务错误响应。

名称 类型 说明
error

Error

错误模型。

Details

名称 类型 说明
code

string

用于以编程方式识别错误的标准化字符串。

message

string

详细的错误说明和调试信息。

target

string

详细的错误说明和调试信息。

Error

错误模型。

名称 类型 说明
code

string

用于以编程方式识别错误的标准化字符串。

details

Details[]

详细错误。

innererror

string

调试错误的详细信息。

message

string

详细的错误说明和调试信息。

target

string

详细的错误说明和调试信息。