Share via


DurableTaskOptions.EventGridPublishEventTypes Property

Definition

Gets or sets the event types that will be published to Event Grid.

public string[] EventGridPublishEventTypes { get; set; }
member this.EventGridPublishEventTypes : string[] with get, set
Public Property EventGridPublishEventTypes As String()

Property Value

String[]

A list of strings. Possible values include 'Started', 'Completed', 'Failed', 'Terminated'.

Applies to