WebhookUpdateParameters interface
提供給更新 Webhook 作業的參數。
屬性
description | 取得或設定 Webhook 的描述。 |
is |
取得或設定已啟用 Webhook 旗標的值。 |
name | 取得或設定 Webhook 的名稱。 |
parameters | 取得或設定作業的參數。 |
run |
取得或設定將執行 Webhook 作業的混合式背景工作群組名稱。 |
屬性詳細資料
description
取得或設定 Webhook 的描述。
description?: string
屬性值
string
isEnabled
取得或設定已啟用 Webhook 旗標的值。
isEnabled?: boolean
屬性值
boolean
name
取得或設定 Webhook 的名稱。
name?: string
屬性值
string
parameters
取得或設定作業的參數。
parameters?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
runOn
取得或設定將執行 Webhook 作業的混合式背景工作群組名稱。
runOn?: string
屬性值
string