DocumentModelAdministrationClient.GetOperationsAsync 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.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)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
A collection of OperationSummary items.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET