共用方式為


ImageUpdateTrigger.Images Property

Definition

Gets or sets the list of image updates that caused the build.

[Newtonsoft.Json.JsonProperty(PropertyName="images")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.ImageDescriptor> Images { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="images")>]
member this.Images : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.ImageDescriptor> with get, set
Public Property Images As IList(Of ImageDescriptor)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to