Compartilhar via


AppPlatformServiceRegistryCollection.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}/serviceRegistries
  • Operação IdServiceRegistries_List
public virtual Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformServiceRegistryResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a