Compartilhar via


AppPlatformGatewayCollection.GetAll(CancellationToken) Método

Definição

Manipula solicitações para listar todos os recursos em um Serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways
  • Operação IdGateways_List
public virtual Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformGatewayResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a