Freigeben über


AlertRulesOperationsExtensions.Update Methode

Definition

Updates eine vorhandene klassische Metrik AlertRuleResource. Um andere Felder zu aktualisieren, verwenden Sie die CreateOrUpdate-Methode.

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

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.

Gibt zurück

Gilt für: