MyWorkbookCollection.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.
Obtenez tous les classeurs privés 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/myWorkbooks
- IdMyWorkbooks_ListByResourceGroup d’opération
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)
Paramètres
- category
- CategoryType
Catégorie de classeur à retourner.
- tags
- IEnumerable<String>
Étiquettes présentes sur chaque classeur retourné.
- sourceId
- String
ID de ressource Azure qui extrait tous les classeurs liés.
Indicateur indiquant s’il faut retourner ou non le contenu complet de chaque classeur applicable. Si la valeur est false, retournez uniquement le contenu récapitulative pour les classeurs.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de MyWorkbookResource service pour itérer.
S’applique à
Azure SDK for .NET