Partilhar via


AppPlatformSupportedBuildpackCollection.GetAll(CancellationToken) Método

Definição

Obtenha todos os buildpacks com suporte.

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

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a