DocumentModelAdministrationClient.GetOperations(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all document model operations associated with the Form Recognizer resource. Note that operation information only persists for 24 hours.
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)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
A collection of OperationSummary items.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET