次の方法で共有


MetricAlertsOperationsExtensions.Delete メソッド

定義

アラート ルール定義を削除します。

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

パラメーター

operations
IMetricAlertsOperations

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

resourceGroupName
String

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

ruleName
String

ルールの名前です。

適用対象