GalleryImage.Features プロパティ

定義

ギャラリー イメージ機能の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象