Udostępnij za pośrednictwem


OperatingSystemOperationsExtensions.ListFamilies 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 Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse ListFamilies (this Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations operations);
static member ListFamilies : Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations -> Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse
<Extension()>
Public Function ListFamilies (operations As IOperatingSystemOperations) As OperatingSystemListFamiliesResponse

Parameters

operations
IOperatingSystemOperations

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

Returns

The List Operating System Families operation response.

Applies to