TriggersOperationsExtensions.CreateOrUpdateAsync Method

Definition

Creates or updates a trigger.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.Trigger> CreateOrUpdateAsync (this Microsoft.Azure.Management.EdgeGateway.ITriggersOperations operations, string deviceName, string name, Microsoft.Azure.Management.EdgeGateway.Models.Trigger trigger, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EdgeGateway.ITriggersOperations * string * string * Microsoft.Azure.Management.EdgeGateway.Models.Trigger * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.Trigger>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ITriggersOperations, deviceName As String, name As String, trigger As Trigger, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to