RunFilterInner 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 RunFilterInner
type RunFilterInner = class
Public Class RunFilterInner
- Inheritance
-
RunFilterInner
Constructors
RunFilterInner() |
Initializes a new instance of the RunFilterInner class. |
RunFilterInner(String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, String) |
Initializes a new instance of the RunFilterInner class. |
Properties
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