Freigeben über


ContainerAppDetectorPropertyRevisionCollection.GetAllAsync Methode

Definition

Rufen Sie die Revisionen für eine bestimmte Container-App ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions
  • Vorgang IdContainerAppsDiagnostics_ListRevisions
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppDetectorPropertyRevisionResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppDetectorPropertyRevisionResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppDetectorPropertyRevisionResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppDetectorPropertyRevisionResource)

Parameter

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: