Freigeben über


MyWorkbookCollection.GetAllAsync Methode

Definition

Ruft alle privaten Arbeitsmappen ab, die innerhalb einer angegebenen Ressourcengruppe und Kategorie definiert sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks
  • Vorgangs-IdMyWorkbooks_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.MyWorkbookResource> GetAllAsync (Azure.ResourceManager.ApplicationInsights.Models.CategoryType category, System.Collections.Generic.IEnumerable<string> tags = default, string sourceId = default, bool? canFetchContent = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.ApplicationInsights.Models.CategoryType * seq<string> * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.MyWorkbookResource>
override this.GetAllAsync : Azure.ResourceManager.ApplicationInsights.Models.CategoryType * seq<string> * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.MyWorkbookResource>
Public Overridable Function GetAllAsync (category As CategoryType, Optional tags As IEnumerable(Of String) = Nothing, Optional sourceId As String = Nothing, Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MyWorkbookResource)

Parameter

category
CategoryType

Kategorie der zurückzugebenden Arbeitsmappe.

tags
IEnumerable<String>

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

sourceId
String

Azure-Ressourcen-ID, die alle verknüpften Arbeitsmappen abruft.

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.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von MyWorkbookResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: