Bagikan melalui


IRun.ImageUpdateTriggerImage Property

Definition

The list of image updates that caused the build.

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

Property Value

Attributes

Applies to