Share via


WorkItemConfigurationsOperationsExtensions.ListAsync Method

Definition

Gets the list work item configurations that exist for the application

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration>> ListAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration>>
<Extension()>
Public Function ListAsync (operations As IWorkItemConfigurationsOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of WorkItemConfiguration))

Parameters

operations
IWorkItemConfigurationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

resourceName
String

The name of the Application Insights component resource.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to