OperatingSystemListFamiliesResponse.OperatingSystemFamilies Property
Gets or sets a collection of OperatingSystemListFamiliesResponse.OperatingSystemFamily objects that define the operating system families that are valid for a subscription.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public IList<OperatingSystemListFamiliesResponse.OperatingSystemFamily> OperatingSystemFamilies { get; set; }
Property Value
Type: System.Collections.Generic.IList<OperatingSystemListFamiliesResponse.OperatingSystemFamily>A collection of OperatingSystemListFamiliesResponse.OperatingSystemFamily objects.
Show: