WorkItemConfigurationsOperations interface
Interface die de bewerkingen van WorkItemConfigurations vertegenwoordigt.
Eigenschappen
| create | Maak een werkitemconfiguratie aan voor een Application Insights-component. |
| delete | Verwijder een werkitemconfiguratie van een Application Insights-component. |
| get |
Krijgt standaard werkitemconfiguraties die voor de applicatie bestaan |
| get |
Geeft een gespecificeerde werkitemconfiguratie voor een Application Insights-component. |
| list | Krijgt de lijst met werkitemconfiguraties die voor de applicatie bestaan |
| update |
Werk een werkitemconfiguratie bij voor een Application Insights-component. |
Eigenschapdetails
create
Maak een werkitemconfiguratie aan voor een Application Insights-component.
create: (resourceGroupName: string, resourceName: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsCreateOptionalParams) => Promise<WorkItemConfiguration>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsCreateOptionalParams) => Promise<WorkItemConfiguration>
delete
Verwijder een werkitemconfiguratie van een Application Insights-component.
delete: (resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsDeleteOptionalParams) => Promise<void>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsDeleteOptionalParams) => Promise<void>
getDefault
Krijgt standaard werkitemconfiguraties die voor de applicatie bestaan
getDefault: (resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsGetDefaultOptionalParams) => Promise<WorkItemConfiguration>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsGetDefaultOptionalParams) => Promise<WorkItemConfiguration>
getItem
Geeft een gespecificeerde werkitemconfiguratie voor een Application Insights-component.
getItem: (resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsGetItemOptionalParams) => Promise<WorkItemConfiguration>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsGetItemOptionalParams) => Promise<WorkItemConfiguration>
list
Krijgt de lijst met werkitemconfiguraties die voor de applicatie bestaan
list: (resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsListOptionalParams) => PagedAsyncIterableIterator<WorkItemConfiguration, WorkItemConfiguration[], PageSettings>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsListOptionalParams) => PagedAsyncIterableIterator<WorkItemConfiguration, WorkItemConfiguration[], PageSettings>
updateItem
Werk een werkitemconfiguratie bij voor een Application Insights-component.
updateItem: (resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsUpdateItemOptionalParams) => Promise<WorkItemConfiguration>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsUpdateItemOptionalParams) => Promise<WorkItemConfiguration>