Freigeben über


ContainerAppRevisionCollection.GetAllAsync(String, CancellationToken) Methode

Definition

Rufen Sie die Revisionen für eine bestimmte Container-App ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions Vorgangs-ID: ContainerAppsRevisions_ListRevisions

public virtual Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ContainerAppRevisionResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ContainerAppRevisionResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ContainerAppRevisionResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppRevisionResource)

Parameter

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: