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

EventGridNotificationOptions.PublishEventTypes 属性

定义

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

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

属性值

String[]

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

适用于