次の方法で共有


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

定義

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

パラメーター

operations
IRuleOperations

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

ruleId
String

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

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

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

適用対象