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 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
Web 服務所在的資源組名。 |
subscription
|
path | True |
string |
Azure 訂用帳戶識別碼。 |
web
|
path | True |
string |
Web 服務的名稱。 |
api-version
|
query | True |
string |
要使用的 Microsoft.MachineLearning 資源提供者 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
202 Accepted |
已接受。 請注意,即使服務不存在,也會傳回 202 狀態。 Media Types: "application/json", "text/json" |
|
204 No Content |
無內容。 Media Types: "application/json", "text/json" |