Compartilhar via


AppPlatformSupportedBuildpackCollection.GetAllAsync(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
  • IdBuildService_ListSupportedBuildpacks de operação
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedBuildpackResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedBuildpackResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedBuildpackResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformSupportedBuildpackResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a