OperatingSystemOperationsExtensions::ListFamiliesAsync Method (IOperatingSystemOperations^)

 

Asynchronously 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:
[ExtensionAttribute]
static Task<OperatingSystemListFamiliesResponse^>^ ListFamiliesAsync(
	IOperatingSystemOperations^ operations
)

Parameters

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

The IOperatingSystemOperations object that specifies the operating system operations.

Return Value

Type: System.Threading.Tasks::Task<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: