AppServicePlansOperationsExtensions.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.
Pobierz wszystkie plany App Service dla subskrypcji.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>> ListAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, bool? detailed = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>>
<Extension()>
Public Function ListAsync (operations As IAppServicePlansOperations, Optional detailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServicePlanInner))
Parametry
- operations
- IAppServicePlansOperations
Grupa operacji dla tej metody rozszerzenia.
Określ <kod>true</code>, aby zwrócić wszystkie właściwości planu App Service. Wartość domyślna to <kod>false</code>, który zwraca podzbiór właściwości. Pobieranie wszystkich właściwości może zwiększyć opóźnienie interfejsu API.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis opcji Pobierz wszystkie plany App Service dla subskrypcji.
Dotyczy
Azure SDK for .NET