Share via


ContainerRegistryRunData.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.Models.ContainerRegistryImageDescriptor> OutputImages { get; }
member this.OutputImages : System.Collections.Generic.IList<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryImageDescriptor>
Public ReadOnly Property OutputImages As IList(Of ContainerRegistryImageDescriptor)

Property Value

Applies to