Freigeben über


ContainerAppCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie die Container-Apps in einer bestimmten Ressourcengruppe ab.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: