你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationInsightsComponentResource.GetWorkItemConfigurationsAsync 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.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.WorkItemConfiguration> GetWorkItemConfigurationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkItemConfigurationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.WorkItemConfiguration>
override this.GetWorkItemConfigurationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.WorkItemConfiguration>
Public Overridable Function GetWorkItemConfigurationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WorkItemConfiguration)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to