Freigeben über


AppPlatformSupportedBuildpackCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie alle unterstützten Buildpacks ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks
  • Vorgang IdBuildService_ListSupportedBuildpacks
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der AppPlatformSupportedBuildpackResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: