AlertRulesOperationsExtensions.UpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource> UpdateAsync (this Microsoft.Azure.Management.Monitor.IAlertRulesOperations operations, string resourceGroupName, string ruleName, Microsoft.Azure.Management.Monitor.Models.AlertRuleResourcePatch alertRulesResource, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Monitor.IAlertRulesOperations * string * string * Microsoft.Azure.Management.Monitor.Models.AlertRuleResourcePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource>
<Extension()>
Public Function UpdateAsync (operations As IAlertRulesOperations, resourceGroupName As String, ruleName As String, alertRulesResource As AlertRuleResourcePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AlertRuleResource)

パラメーター

operations
IAlertRulesOperations

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

resourceGroupName
String

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

ruleName
String

ルールの名前です。

alertRulesResource
AlertRuleResourcePatch

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象