Freigeben über


AppPlatformBuildpackBindingCollection.GetAllAsync(CancellationToken) Methode

Definition

Verarbeitet Anforderungen zum Auflisten aller Buildpackbindungen in einem Generator.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/buildpackBindings
  • Vorgangs-IdBuildpackBinding_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformBuildpackBindingResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformBuildpackBindingResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformBuildpackBindingResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformBuildpackBindingResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von AppPlatformBuildpackBindingResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: