次の方法で共有


AlertRulesOperationsExtensions.Delete メソッド

定義

クラシック メトリック アラート ルールを削除します

public static void Delete (this Microsoft.Azure.Management.Monitor.IAlertRulesOperations operations, string resourceGroupName, string ruleName);
static member Delete : Microsoft.Azure.Management.Monitor.IAlertRulesOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IAlertRulesOperations, resourceGroupName As String, ruleName As String)

パラメーター

operations
IAlertRulesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

ruleName
String

ルールの名前です。

適用対象