Freigeben über


ITaskRun.ImageUpdateTriggerImage Property

Definition

The list of image updates that caused the build.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=false, Description="The list of image updates that caused the build.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IImageDescriptor) }, Read=true, ReadOnly=true, Required=false, SerializedName="images", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IImageDescriptor> ImageUpdateTriggerImage { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=false, Description="The list of image updates that caused the build.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IImageDescriptor) }, Read=true, ReadOnly=true, Required=false, SerializedName="images", Update=false)>]
member this.ImageUpdateTriggerImage : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IImageDescriptor>
Public ReadOnly Property ImageUpdateTriggerImage As List(Of IImageDescriptor)

Property Value

Attributes

Applies to