Share via


IOperatingSystemOperations.ListFamiliesAsync Method (CancellationToken)

 

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

Task<OperatingSystemListFamiliesResponse> ListFamiliesAsync(
    CancellationToken cancellationToken
)
Task<OperatingSystemListFamiliesResponse^>^ ListFamiliesAsync(
    CancellationToken cancellationToken
)
abstract ListFamiliesAsync : 
        cancellationToken:CancellationToken -> Task<OperatingSystemListFamiliesResponse>
Function ListFamiliesAsync (
    cancellationToken As CancellationToken
) 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

IOperatingSystemOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top