TriggersOperationsExtensions.CreateOrUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates or updates a trigger.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Trigger> CreateOrUpdateAsync (this Microsoft.Azure.Management.DataBoxEdge.ITriggersOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.Trigger trigger, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DataBoxEdge.ITriggersOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Trigger * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET