Udostępnij za pośrednictwem


AppServicePlansOperationsExtensions.ListByResourceGroupAsync Metoda

Definicja

Pobierz wszystkie plany App Service w grupie zasobów.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>> ListByResourceGroupAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IAppServicePlansOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServicePlanInner))

Parametry

operations
IAppServicePlansOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobierania wszystkich planów App Service w grupie zasobów.

Dotyczy