WorkItemConfigurationsOperations interface
Interface representing a WorkItemConfigurations operations.
Properties
| create | Create a work item configuration for an Application Insights component. |
| delete | Delete a work item configuration of an Application Insights component. |
| get |
Gets default work item configurations that exist for the application |
| get |
Gets specified work item configuration for an Application Insights component. |
| list | Gets the list work item configurations that exist for the application |
| update |
Update a work item configuration for an Application Insights component. |
Property Details
create
Create a work item configuration for an Application Insights component.
create: (resourceGroupName: string, resourceName: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsCreateOptionalParams) => Promise<WorkItemConfiguration>
Property Value
(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsCreateOptionalParams) => Promise<WorkItemConfiguration>
delete
Delete a work item configuration of an Application Insights component.
delete: (resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsDeleteOptionalParams) => Promise<void>
getDefault
Gets default work item configurations that exist for the application
getDefault: (resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsGetDefaultOptionalParams) => Promise<WorkItemConfiguration>
Property Value
(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsGetDefaultOptionalParams) => Promise<WorkItemConfiguration>
getItem
Gets specified work item configuration for an Application Insights component.
getItem: (resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsGetItemOptionalParams) => Promise<WorkItemConfiguration>
Property Value
(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsGetItemOptionalParams) => Promise<WorkItemConfiguration>
list
Gets the list work item configurations that exist for the application
list: (resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsListOptionalParams) => PagedAsyncIterableIterator<WorkItemConfiguration, WorkItemConfiguration[], PageSettings>
Property Value
(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsListOptionalParams) => PagedAsyncIterableIterator<WorkItemConfiguration, WorkItemConfiguration[], PageSettings>
updateItem
Update a work item configuration for an Application Insights component.
updateItem: (resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsUpdateItemOptionalParams) => Promise<WorkItemConfiguration>
Property Value
(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsUpdateItemOptionalParams) => Promise<WorkItemConfiguration>