RunFilterParameters 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.
Query parameters for listing runs.
public class RunFilterParameters
type RunFilterParameters = class
Public Class RunFilterParameters
- Inheritance
-
RunFilterParameters
Constructors
RunFilterParameters() |
Initializes a new instance of the RunFilterParameters class. |
RunFilterParameters(DateTime, DateTime, String, IList<RunQueryFilter>, IList<RunQueryOrderBy>) |
Initializes a new instance of the RunFilterParameters class. |
Properties
ContinuationToken |
Gets or sets the continuation token for getting the next page of results. Null for first page. |
Filters |
Gets or sets list of filters. |
LastUpdatedAfter |
Gets or sets the time at or after which the run event was updated in 'ISO 8601' format. |
LastUpdatedBefore |
Gets or sets the time at or before which the run event was updated in 'ISO 8601' format. |
OrderBy |
Gets or sets list of OrderBy option. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET