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)

public static OperatingSystemListFamiliesResponse ListFamilies(
	this IOperatingSystemOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations

The IOperatingSystemOperations object that specifies the operating system operations.

Return Value

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

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

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

Return to top
Show: