GetTranslationStatusesOptions Class
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.
A class which defines filtering and ordering options for listing all submitted translation operations.
public class GetTranslationStatusesOptions
type GetTranslationStatusesOptions = class
Public Class GetTranslationStatusesOptions
- Inheritance
-
GetTranslationStatusesOptions
Constructors
GetTranslationStatusesOptions() |
Initializes and instance of GetTranslationStatusesOptions. |
Properties
CreatedAfter |
Filter results by CreatedOn. Get translations created after a certain date in UTC format. |
CreatedBefore |
Filter results by CreatedOn. Get translations created before a certain date in UTC format. |
Ids |
Filter results by Id. |
OrderBy |
Defines sorting options for the result. See TranslationFilterOrder for more information on which sorting options to use. |
Statuses |
Filter results by Status. See DocumentTranslationStatus to know which statuses to use. |
Applies to
Azure SDK for .NET