RecommendationsOperationsExtensions.ListAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Wyświetl listę wszystkich zaleceń dotyczących subskrypcji.
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))
Parametry
- operations
- IRecommendationsOperations
Grupa operacji dla tej metody rozszerzenia.
Określ <kod>true</code> , aby zwrócić tylko najbardziej krytyczne zalecenia. Wartość domyślna to <kod>false</code>, który zwraca wszystkie zalecenia.
- filter
- String
Filtr jest określany przy użyciu składni OData. Przykład: $filter=channel eq "Api" lub channel eq "Notification" i startTime eq 2014-01-01T00:00:00Z i endTime eq 2014-12-31T23:59:59Z i timeGrain eq'[PT1H| PT1M| P1D]
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis listy wszystkich zaleceń dotyczących subskrypcji.
Dotyczy
Azure SDK for .NET