Freigeben über


AlertProcessingRulesOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen oder Aktualisieren einer Warnungsverarbeitungsregel

public static Microsoft.Azure.Management.AlertsManagement.Models.AlertProcessingRule CreateOrUpdate (this Microsoft.Azure.Management.AlertsManagement.IAlertProcessingRulesOperations operations, string resourceGroupName, string alertProcessingRuleName, Microsoft.Azure.Management.AlertsManagement.Models.AlertProcessingRule alertProcessingRule);
static member CreateOrUpdate : Microsoft.Azure.Management.AlertsManagement.IAlertProcessingRulesOperations * string * string * Microsoft.Azure.Management.AlertsManagement.Models.AlertProcessingRule -> Microsoft.Azure.Management.AlertsManagement.Models.AlertProcessingRule
<Extension()>
Public Function CreateOrUpdate (operations As IAlertProcessingRulesOperations, resourceGroupName As String, alertProcessingRuleName As String, alertProcessingRule As AlertProcessingRule) As AlertProcessingRule

Parameter

operations
IAlertProcessingRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Ressourcengruppenname, in dem die Ressource erstellt wird.

alertProcessingRuleName
String

Der Name der Warnungsverarbeitungsregel, die erstellt/aktualisiert werden muss.

alertProcessingRule
AlertProcessingRule

Warnungsverarbeitungsregel, die erstellt/aktualisiert werden soll.

Gibt zurück

Gilt für: