OperatingSystemListFamiliesResponse Class

Represents the list of available guest operating system families, and also lists the operating system versions available for each family.

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

Usage

'Usage
Dim instance As OperatingSystemListFamiliesResponse

Syntax

'Declaration
Public Class OperatingSystemListFamiliesResponse
    Inherits AzureOperationResponse
    Implements IEnumerable(Of OperatingSystemFamily), IEnumerable
public class OperatingSystemListFamiliesResponse : AzureOperationResponse, IEnumerable<OperatingSystemFamily>, IEnumerable
public ref class OperatingSystemListFamiliesResponse : public AzureOperationResponse, IEnumerable<OperatingSystemFamily^>, IEnumerable
public class OperatingSystemListFamiliesResponse extends AzureOperationResponse implements IEnumerable<OperatingSystemFamily>, 
    IEnumerable
public class OperatingSystemListFamiliesResponse extends AzureOperationResponse implements IEnumerable<OperatingSystemFamily>, 
    IEnumerable

Inheritance Hierarchy

System.Object
   Hyak.Common.HttpOperationResponse
     Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse

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

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