WorkbooksOperationsExtensions.ListByResourceGroupAsync 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 définis dans un groupe de ressources et une catégorie spécifiés.
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook>> ListByResourceGroupAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations operations, string resourceGroupName, string category, System.Collections.Generic.IList<string> tags = default, bool? canFetchContent = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IWorkbooksOperations, resourceGroupName As String, category As String, Optional tags As IList(Of String) = Nothing, Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Workbook))
Paramètres
- operations
- IWorkbooksOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- category
- String
Catégorie de classeur à retourner. Les valeurs possibles sont les suivantes : 'workbook', 'TSG', 'performance', 'retention'
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.
Retours
S’applique à
Azure SDK for .NET