你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DurableTaskOptions.EventGridPublishEventTypes 属性

定义

获取或设置将发布到事件网格的事件类型。

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

属性值

String[]

字符串列表。 可能的值包括“Started”、“Completed”、“Failed”、“Terminated”。

适用于