Sdílet prostřednictvím


ActionGroupsOperationsExtensions.CreateOrUpdate Method

Definition

Create a new action group or update an existing one.

public static Microsoft.Azure.Management.Monitor.Models.ActionGroupResource CreateOrUpdate (this Microsoft.Azure.Management.Monitor.IActionGroupsOperations operations, string resourceGroupName, string actionGroupName, Microsoft.Azure.Management.Monitor.Models.ActionGroupResource actionGroup);
static member CreateOrUpdate : Microsoft.Azure.Management.Monitor.IActionGroupsOperations * string * string * Microsoft.Azure.Management.Monitor.Models.ActionGroupResource -> Microsoft.Azure.Management.Monitor.Models.ActionGroupResource
<Extension()>
Public Function CreateOrUpdate (operations As IActionGroupsOperations, resourceGroupName As String, actionGroupName As String, actionGroup As ActionGroupResource) As ActionGroupResource

Parameters

operations
IActionGroupsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

actionGroupName
String

The name of the action group.

actionGroup
ActionGroupResource

The action group to create or use for the update.

Returns

Applies to