你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Web Services - Remove
删除指定的 Web 服务。
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}?api-version=2016-05-01-preview
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
resource
|
path | True |
string |
Web 服务所在的资源组的名称。 |
subscription
|
path | True |
string |
Azure 订阅 ID。 |
web
|
path | True |
string |
Web 服务的名称。 |
api-version
|
query | True |
string |
要使用的 Microsoft.MachineLearning 资源提供程序 API 的版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
202 Accepted |
已接受。 请注意,即使服务不存在,也会返回 202 状态。 Media Types: "application/json", "text/json" |
|
204 No Content |
无内容。 Media Types: "application/json", "text/json" |