GalleryImage.Features Property

Definition

Gets or sets a list of gallery image 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to