Freigeben über


WorkbooksOperationsExtensions.ListByResourceGroup Methode

Definition

Ruft alle Arbeitsmappen ab, die innerhalb einer angegebenen Ressourcengruppe und -kategorie definiert sind.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook> ListByResourceGroup (this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations operations, string resourceGroupName, string category, System.Collections.Generic.IList<string> tags = default, bool? canFetchContent = default);
static member ListByResourceGroup : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations * string * string * System.Collections.Generic.IList<string> * Nullable<bool> -> seq<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook>
<Extension()>
Public Function ListByResourceGroup (operations As IWorkbooksOperations, resourceGroupName As String, category As String, Optional tags As IList(Of String) = Nothing, Optional canFetchContent As Nullable(Of Boolean) = Nothing) As IEnumerable(Of Workbook)

Parameter

operations
IWorkbooksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

category
String

Kategorie der zurückzugebenden Arbeitsmappe. Mögliche Werte: "workbook", "TSG", "performance", "retention"

tags
IList<String>

Tags werden für jede zurückgegebene Arbeitsmappe angezeigt.

canFetchContent
Nullable<Boolean>

Flag, das angibt, ob der vollständige Inhalt für jede anwendbare Arbeitsmappe zurückgegeben werden soll. Wenn false, gibt nur Zusammenfassungsinhalt für Arbeitsmappen zurück.

Gibt zurück

Gilt für: