Compartilhar via


AppServiceEnvironmentResource.GetAppServicePlans(CancellationToken) Método

Definição

Descrição de 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
  • IdAppServiceEnvironments_ListAppServicePlans de operação
public virtual Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlans (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicePlans : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAppServicePlans : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAppServicePlans (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServicePlanResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a