Freigeben über


AppPlatformServiceRegistryCollection.GetAllAsync(CancellationToken) Methode

Definition

Verarbeitet Anforderungen, um alle Ressourcen in einem Dienst aufzulisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/serviceRegistries
  • Vorgang IdServiceRegistries_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformServiceRegistryResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: