共用方式為


Metric Alerts - Delete

刪除警示規則定義。

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/metricAlerts/{ruleName}?api-version=2018-03-01

URI 參數

名稱 位於 必要 類型 Description
resourceGroupName
path True

string

資源群組的名稱。 名稱不區分大小寫。

ruleName
path True

string

規則的名稱。

subscriptionId
path True

string

目標訂用帳戶的標識碼。

api-version
query True

string

要用於這項作業的 API 版本。

回應

名稱 類型 Description
200 OK

成功要求刪除計量警示規則

204 No Content

沒有內容:要求成功,但回應是空的

Other Status Codes

ErrorResponse

BadRequest

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

Delete an alert rule

範例要求

DELETE https://management.azure.com/subscriptions/14ddf0c5-77c5-4b53-84f6-e1fa43ad68f7/resourceGroups/gigtest/providers/Microsoft.Insights/metricAlerts/chiricutin?api-version=2018-03-01

範例回覆

定義

名稱 Description
AdditionalInfo

具有 'type' 和 'info' 屬性的物件陣列。 'info' 的架構是服務特定的,且相依於 'type' 字串。

Error
ErrorDetail

描述錯誤回應的詳細數據。

ErrorResponse

描述錯誤回應的格式。

AdditionalInfo

具有 'type' 和 'info' 屬性的物件陣列。 'info' 的架構是服務特定的,且相依於 'type' 字串。

名稱 類型 Description
info

object

類型特有的其他資訊。

type

string

其他信息的類型。

Error

名稱 類型 Description
additionalInfo

AdditionalInfo[]

具有 'type' 和 'info' 屬性的物件陣列。 'info' 的架構是服務特定的,且相依於 'type' 字串。

code

string

未設定字串,可用來以程式設計方式識別錯誤。

details

ErrorDetail[]

其他巢狀錯誤回應資訊對象的陣列,如此合約所述。

message

string

詳細說明錯誤並提供偵錯資訊。 如果在要求中設定 Accept-Language,則必須將其當地語系化為該語言。

target

string

特定錯誤的目標(例如,錯誤中的屬性名稱)。

ErrorDetail

描述錯誤回應的詳細數據。

名稱 類型 Description
additionalInfo

AdditionalInfo[]

具有 'type' 和 'info' 屬性的物件陣列。 'info' 的架構是服務特定的,且相依於 'type' 字串。

code

string

未設定字串,可用來以程式設計方式識別錯誤。

message

string

詳細說明錯誤並提供偵錯資訊。

target

string

特定錯誤的目標(例如,錯誤中的屬性名稱)。

ErrorResponse

描述錯誤回應的格式。

名稱 類型 Description
error

Error