TriggersOperationsExtensions.BeginCreateOrUpdate 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 Microsoft.Azure.Management.DataBoxEdge.Models.Trigger BeginCreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.ITriggersOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.Trigger trigger, string resourceGroupName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.ITriggersOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Trigger * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Trigger
<Extension()>
Public Function BeginCreateOrUpdate (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.