OperatingSystemFamily.OperatingSystems Property

Gets or sets a collection of OperatingSystem objects that define the available operating systems in your subscription belonging to this family.

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

Usage

'Usage
Dim instance As OperatingSystemFamily
Dim value As IList(Of OperatingSystem)

value = instance.OperatingSystems

instance.OperatingSystems = value

Syntax

'Declaration
Public Property OperatingSystems As IList(Of OperatingSystem)
public IList<OperatingSystem> OperatingSystems { get; set; }
public:
property IList<OperatingSystem^>^ OperatingSystems {
    IList<OperatingSystem^>^ get ();
    void set (IList<OperatingSystem^>^ value);
}
/** @property */
public IList<OperatingSystem> get_OperatingSystems ()

/** @property */
public void set_OperatingSystems (IList<OperatingSystem> value)
public function get OperatingSystems () : IList<OperatingSystem>

public function set OperatingSystems (value : IList<OperatingSystem>)

Property Value

A collection of OperatingSystem objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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