Share via


OperatingSystemOperationsExtensions.ListFamilies Method (IOperatingSystemOperations)

 

Lists the families of guest operating that are currently available.

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

Syntax

public static OperatingSystemListFamiliesResponse ListFamilies(
    this IOperatingSystemOperations operations
)
public:
[ExtensionAttribute]
static OperatingSystemListFamiliesResponse^ ListFamilies(
    IOperatingSystemOperations^ operations
)
static member ListFamilies : 
        operations:IOperatingSystemOperations -> OperatingSystemListFamiliesResponse
<ExtensionAttribute>
Public Shared Function ListFamilies (
    operations As IOperatingSystemOperations
) As OperatingSystemListFamiliesResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse

The OperatingSystemListFamiliesResponse object that contains the list of operating system families.

Remarks

For more information about listing operating system families, see the following resources:

See Also

OperatingSystemOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top