WorkbookCollection.GetAllAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient tous les classeurs définis dans un groupe de ressources et une catégorie spécifiés.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks
- IdWorkbooks_ListByResourceGroup d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.WorkbookResource> 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.WorkbookResource>
override this.GetAllAsync : Azure.ResourceManager.ApplicationInsights.Models.CategoryType * seq<string> * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.WorkbookResource>
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 WorkbookResource)
Paramètres
- category
- CategoryType
Catégorie de classeur à retourner.
- tags
- IEnumerable<String>
Les balises sont présentes sur chaque classeur retourné.
- sourceId
- String
ID de ressource Azure qui récupère tous les classeurs liés.
Indicateur indiquant si le contenu complet de chaque classeur applicable doit être retourné ou non. Si la valeur est false, renvoyez uniquement le contenu récapitulatif pour les classeurs.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de WorkbookResource service pour itérer.
S’applique à
Azure SDK for .NET