다음을 통해 공유


VirtualMachineImage.Features Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to