次の方法で共有


EventGridNotificationOptions.PublishEventTypes プロパティ

定義

Event Grid に発行されるイベントの種類を取得または設定します。

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

プロパティ値

String[]

文字列の一覧。 指定できる値は、'Started'、'Completed'、'Failed'、'Terminated' です。

適用対象