WorkItemConfiguration interface
與 Application Insights 資源相關聯的工作項目組態。
屬性
config |
組態易記名稱 |
config |
詳細屬性的串行化 JSON 物件 |
connector |
建立工作項目的連接器標識碼 |
id | 工作專案的唯一標識碼 |
is |
布爾值,指出組態是否為預設值 |
屬性詳細資料
configDisplayName
組態易記名稱
configDisplayName?: string
屬性值
string
configProperties
詳細屬性的串行化 JSON 物件
configProperties?: string
屬性值
string
connectorId
建立工作項目的連接器標識碼
connectorId?: string
屬性值
string
id
工作專案的唯一標識碼
id?: string
屬性值
string
isDefault
布爾值,指出組態是否為預設值
isDefault?: boolean
屬性值
boolean