次の方法で共有


AlertRulesOperationsExtensions.Update メソッド

定義

既存のクラシック メトリック AlertRuleResource を更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

public static Microsoft.Azure.Management.Monitor.Models.AlertRuleResource Update(this Microsoft.Azure.Management.Monitor.IAlertRulesOperations operations, string resourceGroupName, string ruleName, Microsoft.Azure.Management.Monitor.Models.AlertRuleResourcePatch alertRulesResource);
static member Update : Microsoft.Azure.Management.Monitor.IAlertRulesOperations * string * string * Microsoft.Azure.Management.Monitor.Models.AlertRuleResourcePatch -> Microsoft.Azure.Management.Monitor.Models.AlertRuleResource
<Extension()>
Public Function Update (operations As IAlertRulesOperations, resourceGroupName As String, ruleName As String, alertRulesResource As AlertRuleResourcePatch) As AlertRuleResource

パラメーター

operations
IAlertRulesOperations

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

resourceGroupName
String

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

ruleName
String

ルールの名前です。

alertRulesResource
AlertRuleResourcePatch

操作に指定されたパラメーター。

戻り値

適用対象