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)

Syntax

public IList<OperatingSystemListFamiliesResponse.OperatingSystem> OperatingSystems { get; set; }
public:
property IList<OperatingSystemListFamiliesResponse::OperatingSystem^>^ OperatingSystems {
    IList<OperatingSystemListFamiliesResponse::OperatingSystem^>^ get();
    void set(IList<OperatingSystemListFamiliesResponse::OperatingSystem^>^ value);
}
member OperatingSystems : IList<OperatingSystemListFamiliesResponse.OperatingSystem> with get, set
Public Property OperatingSystems As IList(Of OperatingSystemListFamiliesResponse.OperatingSystem)

Property Value

Type: System.Collections.Generic.IList<OperatingSystemListFamiliesResponse.OperatingSystem>

A collection of OperatingSystemListFamiliesResponse.OperatingSystem objects.

See Also

OperatingSystemListFamiliesResponse.OperatingSystemFamily Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top