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

V Center - Delete V Center

用于删除站点中的 vCenter 的方法。

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/vCenters/{vcenterName}?api-version=2020-01-01

URI 参数

名称 必需 类型 说明
resourceGroupName
path True

string

资源组的名称。 此名称不区分大小写。

siteName
path True

string

站点名称。

subscriptionId
path True

string

目标订阅的 ID。

vcenterName
path True

string

VCenter ARM 名称。

api-version
query True

string

要用于此操作的 API 版本。

响应

名称 类型 说明
200 OK

确定

204 No Content

无内容

示例

Delete VMware Vcenter.

Sample Request

DELETE https://management.azure.com/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/rahasijaBugBash050919/providers/Microsoft.OffAzure/VMwareSites/rahasapp122119d37csite/vCenters/10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31?api-version=2020-01-01

Sample Response