OperatingSystemListFamiliesResponse.OperatingSystemFamily.OperatingSystems Property
Gets or sets a collection of OperatingSystemListFamiliesResponse.OperatingSystem objects that define the available operating systems in your subscription belonging to this family.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public IList<OperatingSystemListFamiliesResponse.OperatingSystem> OperatingSystems { get; set; }
Property Value
Type: System.Collections.Generic.IList<OperatingSystemListFamiliesResponse.OperatingSystem>A collection of OperatingSystemListFamiliesResponse.OperatingSystem objects.
Show: