TriggerClient.StartCreateOrUpdateTrigger 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 virtual Azure.Analytics.Synapse.Artifacts.TriggerCreateOrUpdateTriggerOperation StartCreateOrUpdateTrigger (string triggerName, Azure.Analytics.Synapse.Artifacts.Models.TriggerResource trigger, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateOrUpdateTrigger : string * Azure.Analytics.Synapse.Artifacts.Models.TriggerResource * string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.TriggerCreateOrUpdateTriggerOperation
override this.StartCreateOrUpdateTrigger : string * Azure.Analytics.Synapse.Artifacts.Models.TriggerResource * string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.TriggerCreateOrUpdateTriggerOperation
Public Overridable Function StartCreateOrUpdateTrigger (triggerName As String, trigger As TriggerResource, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As TriggerCreateOrUpdateTriggerOperation
Parameters
- triggerName
- String
The trigger name.
- trigger
- TriggerResource
Trigger resource definition.
- ifMatch
- String
ETag of the trigger entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
triggerName
or trigger
is null.
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