次の方法で共有


ImageUpdateTrigger.Images プロパティ

定義

ビルドの原因となったイメージの更新の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象