次の方法で共有


RuleOperationsExtensions.Delete(IRuleOperations, String) メソッド

定義

public static Microsoft.Azure.AzureOperationResponse Delete(this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations operations, string ruleId);
static member Delete : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IRuleOperations, ruleId As String) As AzureOperationResponse

パラメーター

operations
IRuleOperations

Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations への参照。

ruleId
String

必須。 削除するルールの ID。

戻り値

Microsoft.Azure.AzureOperationResponse

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象