Freigeben über


AlertRulesOperationsExtensions.UpdateAsync Methode

Definition

Updates eine vorhandene klassische Metrik AlertRuleResource. Verwenden Sie zum Aktualisieren anderer Felder die CreateOrUpdate-Methode.

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)

Parameter

operations
IAlertRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

ruleName
String

Der Name der Regel.

alertRulesResource
AlertRuleResourcePatch

Für den Vorgang bereitgestellte Parameter.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: