OperatingSystemListFamiliesResponse.OperatingSystemFamilies Property

 

Gets or sets a collection of OperatingSystemListFamiliesResponse.OperatingSystemFamily objects that define the operating system families that are valid for a subscription.

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

Syntax

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

Property Value

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

A collection of OperatingSystemListFamiliesResponse.OperatingSystemFamily objects.

See Also

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

Return to top