TriggerClient.StartUnsubscribeTriggerFromEvents 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.
Unsubscribe event trigger from events.
public virtual Azure.Analytics.Synapse.Artifacts.TriggerUnsubscribeTriggerFromEventsOperation StartUnsubscribeTriggerFromEvents (string triggerName, System.Threading.CancellationToken cancellationToken = default);
abstract member StartUnsubscribeTriggerFromEvents : string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.TriggerUnsubscribeTriggerFromEventsOperation
override this.StartUnsubscribeTriggerFromEvents : string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.TriggerUnsubscribeTriggerFromEventsOperation
Public Overridable Function StartUnsubscribeTriggerFromEvents (triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As TriggerUnsubscribeTriggerFromEventsOperation
Parameters
- triggerName
- String
The trigger name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
triggerName
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