共用方式為


CustomEventsTrigger interface

每次收到自定義事件時執行的觸發程式。

Extends

屬性

events

引發此觸發程式的事件類型清單。

scope

Azure 事件方格主題的 ARM 資源識別碼。

subjectBeginsWith

事件主旨的開頭必須是觸發程式引發的模式。 至少必須提供其中一項:subjectBeginsWith、subjectEndsWith。

subjectEndsWith

事件主旨的結尾必須是提供觸發程式引發的模式。 至少必須提供其中一項:subjectBeginsWith、subjectEndsWith。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

annotations

可用於描述觸發程式的標記清單。

description

觸發程式描述。

pipelines

需要啟動的管線。

runtimeState

指出觸發程式是否正在執行。 在觸發程式上呼叫啟動/停止 API 時更新。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

events

引發此觸發程式的事件類型清單。

events: any[]

屬性值

any[]

scope

Azure 事件方格主題的 ARM 資源識別碼。

scope: string

屬性值

string

subjectBeginsWith

事件主旨的開頭必須是觸發程式引發的模式。 至少必須提供其中一項:subjectBeginsWith、subjectEndsWith。

subjectBeginsWith?: string

屬性值

string

subjectEndsWith

事件主旨的結尾必須是提供觸發程式引發的模式。 至少必須提供其中一項:subjectBeginsWith、subjectEndsWith。

subjectEndsWith?: string

屬性值

string

type

多型歧視性,指定這個物件可以是的不同類型

type: "CustomEventsTrigger"

屬性值

"CustomEventsTrigger"

繼承的屬性詳細資料

annotations

可用於描述觸發程式的標記清單。

annotations?: any[]

屬性值

any[]

繼承自MultiplePipelineTrigger.annotations

description

觸發程式描述。

description?: string

屬性值

string

繼承自MultiplePipelineTrigger.description

pipelines

需要啟動的管線。

pipelines?: TriggerPipelineReference[]

屬性值

繼承自MultiplePipelineTrigger.pipelines

runtimeState

指出觸發程式是否正在執行。 在觸發程式上呼叫啟動/停止 API 時更新。 注意:這個屬性不會串行化。 它只能由伺服器填入。

runtimeState?: string

屬性值

string

繼承自 multiplePipelineTrigger.runtimeSt ate