Freigeben über


AppPlatformApiPortalCollection.GetAll(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.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformApiPortalResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AppPlatformApiPortalResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: