Share via


IRunFilter Interface

Definition

[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)

Applies to