OperatingSystemListResponse.OperatingSystems Property

 

Gets or sets a collection of OperatingSystemListResponse.OperatingSystem objects that define the operating systems that are valid for your subscription.

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

Syntax

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

Property Value

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

A collection of OperatingSystemListResponse.OperatingSystem objects.

See Also

OperatingSystemListResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top