다음을 통해 공유


OSFamilyProperties.Versions Property

Definition

Gets list of OS versions belonging to this family.

[Newtonsoft.Json.JsonProperty(PropertyName="versions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.OSVersionPropertiesBase> Versions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="versions")>]
member this.Versions : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.OSVersionPropertiesBase>
Public ReadOnly Property Versions As IList(Of OSVersionPropertiesBase)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to