WorkItemConfigurationsOperationsExtensions.List Method

Definition

Gets the list work item configurations that exist for the application

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration> List (this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations operations, string resourceGroupName, string resourceName);
static member List : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkItemConfigurationsOperations * string * string -> seq<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkItemConfiguration>
<Extension()>
Public Function List (operations As IWorkItemConfigurationsOperations, resourceGroupName As String, resourceName As String) As 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.

Returns

Applies to