次の方法で共有


MetricAlertsOperationsExtensions.Update メソッド

定義

メトリック アラート定義を更新します。

public static Microsoft.Azure.Management.Monitor.Models.MetricAlertResource Update(this Microsoft.Azure.Management.Monitor.IMetricAlertsOperations operations, string resourceGroupName, string ruleName, Microsoft.Azure.Management.Monitor.Models.MetricAlertResourcePatch parameters);
static member Update : Microsoft.Azure.Management.Monitor.IMetricAlertsOperations * string * string * Microsoft.Azure.Management.Monitor.Models.MetricAlertResourcePatch -> Microsoft.Azure.Management.Monitor.Models.MetricAlertResource
<Extension()>
Public Function Update (operations As IMetricAlertsOperations, resourceGroupName As String, ruleName As String, parameters As MetricAlertResourcePatch) As MetricAlertResource

パラメーター

operations
IMetricAlertsOperations

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

resourceGroupName
String

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

ruleName
String

ルールの名前です。

parameters
MetricAlertResourcePatch

更新するルールのパラメーター。

戻り値

適用対象