Bagikan melalui


IRun.OutputImage Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IImageDescriptor) }, ReadOnly=false, Required=false, SerializedName="outputImages")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IImageDescriptor[] OutputImage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IImageDescriptor) }, ReadOnly=false, Required=false, SerializedName="outputImages")>]
member this.OutputImage : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IImageDescriptor[] with get, set
Public Property OutputImage As IImageDescriptor()

Property Value

Attributes

Applies to