Delen via


AppPlatformSupportedBuildpackCollection.GetAllAsync(CancellationToken) Method

Definition

Get all supported buildpacks.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks
  • Operation Id: BuildService_ListSupportedBuildpacks
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformSupportedBuildpackResource
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AppPlatformSupportedBuildpackResource that may take multiple service requests to iterate over.

Applies to