Sdílet prostřednictvím


RecommendationsOperationsExtensions.ListAsync Metoda

Definice

Vypíše všechna doporučení pro předplatné.

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

Skupina operací pro tuto rozšiřující metodu.

featured
Nullable<Boolean>

Zadejte <kód>true</code> , aby se vracela jenom nejdůležitější doporučení. Výchozí hodnota je <false</>code>, která vrací všechna doporučení.

filter
String

Filtr se určuje pomocí syntaxe OData. Příklad: $filter=channel eq 'API' nebo 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

Token zrušení.

Návraty

Poznámky

Popis pro Výpis všech doporučení pro předplatné.

Platí pro