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