RunData.OutputImages Property

Definition

The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.

public System.Collections.Generic.IList<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskImageDescriptor> OutputImages { get; }
member this.OutputImages : System.Collections.Generic.IList<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskImageDescriptor>
Public ReadOnly Property OutputImages As IList(Of ContainerRegistryTaskImageDescriptor)

Property Value

Applies to