IRunFilter Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunFilterTypeConverter))]
public interface IRunFilter : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunFilterTypeConverter))>]
type IRunFilter = interface
interface IJsonSerializable
Public Interface IRunFilter
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AgentPoolName |
The name of the agent pool that the run corresponds to. |
CreateTime |
The create time for a run. |
FinishTime |
The time the run finished. |
IsArchiveEnabled |
The value that indicates whether archiving is enabled or not. |
OutputImageManifest |
The list of comma-separated image manifests that were generated from the run. This is applicable if the run is of build type. |
RunId |
The unique identifier for the run. |
RunType |
The type of run. |
Status |
The current status of the run. |
TaskName |
The name of the task that the run corresponds to. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |