Compartilhar via


AppServiceEnvironmentResource.GetAppServicePlansAsync Método

Definição

Descrição para Obter todos os planos de Serviço de Aplicativo em um Ambiente do Serviço de Aplicativo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/serverfarms
  • Operação IdAppServiceEnvironments_ListAppServicePlans
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlansAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicePlansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAppServicePlansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAppServicePlansAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServicePlanResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de AppServicePlanResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a