Compartilhar via


AppPlatformConfigurationServiceCollection.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}/configurationServices
  • IdConfigurationServices_List de operação
public virtual Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformConfigurationServiceResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a