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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript