Share via


ApplicationInsightsComponentResource.GetWorkItemConfigurations Method

Definition

Gets the list work item configurations that exist for the application

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs
  • Operation Id: WorkItemConfigurations_List
  • Default Api Version: 2015-05-01
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.WorkItemConfiguration> GetWorkItemConfigurations (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkItemConfigurations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.WorkItemConfiguration>
override this.GetWorkItemConfigurations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.WorkItemConfiguration>
Public Overridable Function GetWorkItemConfigurations (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WorkItemConfiguration)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of WorkItemConfiguration that may take multiple service requests to iterate over.

Applies to