Freigeben über


DocumentModelAdministrationClient.GetOperationsAsync Methode

Definition

Listet alle Dokumentmodellvorgänge auf, die der Formularerkennung-Ressource zugeordnet sind. Beachten Sie, dass Vorgangsinformationen nur 24 Stunden lang beibehalten werden.

public virtual Azure.AsyncPageable<Azure.AI.FormRecognizer.DocumentAnalysis.OperationSummary> GetOperationsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.FormRecognizer.DocumentAnalysis.OperationSummary>
override this.GetOperationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.FormRecognizer.DocumentAnalysis.OperationSummary>
Public Overridable Function GetOperationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationSummary)

Parameter

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gibt zurück

Eine Auflistung von OperationSummary Elementen.

Gilt für: