Freigeben über


AnalyticsItemsOperationsExtensions.List Methode

Definition

Ruft eine Liste der in einer Application Insights-Komponente definierten Analyseelemente ab.

public static System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem> List (this Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations operations, string resourceGroupName, string resourceName, string scopePath, string scope = default, string type = default, bool? includeContent = default);
static member List : Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations * string * string * string * string * string * Nullable<bool> -> System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem>
<Extension()>
Public Function List (operations As IAnalyticsItemsOperations, resourceGroupName As String, resourceName As String, scopePath As String, Optional scope As String = Nothing, Optional type As String = Nothing, Optional includeContent As Nullable(Of Boolean) = Nothing) As IList(Of ApplicationInsightsComponentAnalyticsItem)

Parameter

operations
IAnalyticsItemsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName
String

Der Name der Application Insights-Komponentenressource.

scopePath
String

Enumeration, die angibt, ob diese Elementdefinition einem bestimmten Benutzer gehört oder von allen Benutzern mit Zugriff auf die Application Insights-Komponente gemeinsam genutzt wird. Mögliche Werte: "analyticsItems", "myanalyticsItems"

scope
String

Enumeration, die angibt, ob diese Elementdefinition einem bestimmten Benutzer gehört oder von allen Benutzern mit Zugriff auf die Application Insights-Komponente gemeinsam genutzt wird. Mögliche Werte: "shared", "user"

type
String

Enumeration, die den Typ des Analytics-Elements angibt. Mögliche Werte: "none", "query", "function", "folder", "recent"

includeContent
Nullable<Boolean>

Flag, das angibt, ob der Inhalt jedes anwendbaren Elements zurückgegeben werden soll. Wenn false, geben Sie nur die Elementinformationen zurück.

Gibt zurück

Gilt für: