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.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public IList<OperatingSystemListFamiliesResponse.OperatingSystem> OperatingSystems { get; set; }
Return to top
Show: