Freigeben über


DocumentModelAdministrationClient.GetOperations(CancellationToken) 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.Pageable<Azure.AI.FormRecognizer.DocumentAnalysis.OperationSummary> GetOperations(System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperations : System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.FormRecognizer.DocumentAnalysis.OperationSummary>
override this.GetOperations : System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.FormRecognizer.DocumentAnalysis.OperationSummary>
Public Overridable Function GetOperations (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OperationSummary)

Parameter

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gibt zurück

Eine Auflistung von OperationSummary Elementen.

Gilt für: