TriggerClient.GetEventSubscriptionStatusAsync 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.
Get a trigger's event subscription status.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.TriggerSubscriptionOperationStatus>> GetEventSubscriptionStatusAsync(string triggerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEventSubscriptionStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.TriggerSubscriptionOperationStatus>>
override this.GetEventSubscriptionStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.TriggerSubscriptionOperationStatus>>
Public Overridable Function GetEventSubscriptionStatusAsync (triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TriggerSubscriptionOperationStatus))
Parameters
- triggerName
- String
The trigger name.
- cancellationToken
- CancellationToken
The cancellation token to use.