Freigeben über


ContainerAppCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie die Container-Apps in einer bestimmten Ressourcengruppe ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps Vorgangs-ID: ContainerApps_ListByResourceGroup

public virtual Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.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 Auflistung von ContainerAppResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: