Partilhar via


AppServicePlanCollection.GetAll(CancellationToken) Método

Definição

Descrição de Obter todos os planos Serviço de Aplicativo em um grupo de recursos.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms
  • IdAppServicePlans_ListByResourceGroup de operação
public virtual Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAll (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