Share via


RunFilter.OutputImageManifests Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="outputImageManifests")]
public string OutputImageManifests { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputImageManifests")>]
member this.OutputImageManifests : string with get, set
Public Property OutputImageManifests As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to