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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript