RunFilter 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.
Properties that are enabled for Odata querying on runs.
public class RunFilter
type RunFilter = class
Public Class RunFilter
- Inheritance
-
RunFilter
Constructors
RunFilter() |
Initializes a new instance of the RunFilter class. |
RunFilter(String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the RunFilter class. |
Properties
AgentPoolName |
Gets or sets the name of the agent pool that the run corresponds to. |
CreateTime |
Gets or sets the create time for a run. |
FinishTime |
Gets or sets the time the run finished. |
IsArchiveEnabled |
Gets or sets the value that indicates whether archiving is enabled or not. |
OutputImageManifests |
Gets or sets the list of comma-separated image manifests that were generated from the run. This is applicable if the run is of build type. |
RunId |
Gets or sets the unique identifier for the run. |
RunType |
Gets or sets the type of run. Possible values include: 'QuickBuild', 'QuickRun', 'AutoBuild', 'AutoRun' |
Status |
Gets or sets the current status of the run. Possible values include: 'Queued', 'Started', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Error', 'Timeout' |
TaskName |
Gets or sets the name of the task that the run corresponds to. |
Applies to
Azure SDK for .NET