Freigeben über


AppPlatformAppCollection.GetAllAsync(CancellationToken) Methode

Definition

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Dienst.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps
  • Vorgangs-IdApps_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformAppResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformAppResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: