Share via


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)

Syntax

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

Parameters

Return Value

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