Dela via


OperatingSystemOperationsExtensions.ListFamiliesAsync Method

Definition

The List OS Families operation lists the guest operating system families available in Azure, and also lists the operating system versions available for each family. Currently Azure supports two operating system families: the Azure guest operating system that is substantially compatible with Windows Server 2008 SP2, and the Azure guest operating system that is substantially compatible with Windows Server 2008 R2. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441291.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse> ListFamiliesAsync (this Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations operations);
static member ListFamiliesAsync : Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse>
<Extension()>
Public Function ListFamiliesAsync (operations As IOperatingSystemOperations) As Task(Of OperatingSystemListFamiliesResponse)

Parameters

operations
IOperatingSystemOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations.

Returns

The List Operating System Families operation response.

Applies to