AlertRulesOperationsExtensions.CreateOrUpdate(IAlertRulesOperations, String, String, AlertRuleResource) Method

Definition

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

Parameters

resourceGroupName
String
ruleName
String
parameters
AlertRuleResource

Returns

AlertRuleResource

Applies to