Freigeben über


ContainerAppJobExecutionCollection.GetAllAsync Methode

Definition

Abrufen der Ausführungen eines Container Apps-Auftrags

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/jobs/{jobName}/executions
  • Vorgangs-IdJobsExecutions_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppJobExecutionResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppJobExecutionResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppJobExecutionResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppJobExecutionResource)

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 ContainerAppJobExecutionResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: