Bagikan melalui


RunFilter Class

Definition

Properties that are enabled for Odata querying on runs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunFilterTypeConverter))]
public class RunFilter : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunFilter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunFilterTypeConverter))>]
type RunFilter = class
    interface IRunFilter
    interface IJsonSerializable
Public Class RunFilter
Implements IRunFilter
Inheritance
RunFilter
Attributes
Implements

Constructors

RunFilter()

Creates an new RunFilter instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RunFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RunFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunFilter.

FromJsonString(String)

Creates a new instance of RunFilter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RunFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to