Partager via


RecommendationsOperationsExtensions.ListAsync Méthode

Définition

Répertorier toutes les recommandations pour un abonnement.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>> ListAsync (this Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations operations, bool? featured = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>>
<Extension()>
Public Function ListAsync (operations As IRecommendationsOperations, Optional featured As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RecommendationInner))

Paramètres

operations
IRecommendationsOperations

Groupe d’opérations pour cette méthode d’extension.

featured
Nullable<Boolean>

Spécifiez <le code>true</code> pour retourner uniquement les recommandations les plus critiques. La valeur par défaut est <code>false</code>, qui retourne toutes les recommandations.

filter
String

Le filtre est spécifié à l’aide de la syntaxe OData. Exemple : $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H| PT1M| P1D]

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description de Lister toutes les recommandations pour un abonnement.

S’applique à