Udostępnij za pośrednictwem


AppServicePlansOperationsExtensions.ListAsync Metoda

Definicja

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.

detailed
Nullable<Boolean>

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