WorkItemConfiguration interface
Work item configuration associated with an application insights resource.
Properties
config |
Configuration friendly name |
config |
Serialized JSON object for detailed properties |
connector |
Connector identifier where work item is created |
id | Unique Id for work item |
is |
Boolean value indicating whether configuration is default |
Property Details
configDisplayName
Configuration friendly name
configDisplayName?: string
Property Value
string
configProperties
Serialized JSON object for detailed properties
configProperties?: string
Property Value
string
connectorId
Connector identifier where work item is created
connectorId?: string
Property Value
string
id
Unique Id for work item
id?: string
Property Value
string
isDefault
Boolean value indicating whether configuration is default
isDefault?: boolean
Property Value
boolean
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for JavaScript