Freigeben über


AppPlatformApiPortalCollection.GetAllAsync(CancellationToken) Methode

Definition

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Dienst.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: