你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ITaskRun.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