TriggersOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates a trigger.

public static Microsoft.Azure.Management.EdgeGateway.Models.Trigger CreateOrUpdate (this Microsoft.Azure.Management.EdgeGateway.ITriggersOperations operations, string deviceName, string name, Microsoft.Azure.Management.EdgeGateway.Models.Trigger trigger, string resourceGroupName);
static member CreateOrUpdate : Microsoft.Azure.Management.EdgeGateway.ITriggersOperations * string * string * Microsoft.Azure.Management.EdgeGateway.Models.Trigger * string -> Microsoft.Azure.Management.EdgeGateway.Models.Trigger
<Extension()>
Public Function CreateOrUpdate (operations As ITriggersOperations, deviceName As String, name As String, trigger As Trigger, resourceGroupName As String) As Trigger

Parameters

operations
ITriggersOperations

The operations group for this extension method.

deviceName
String

Creates or updates a trigger

name
String

The trigger name.

trigger
Trigger

The trigger.

resourceGroupName
String

The resource group name.

Returns

Applies to