IOperatingSystemOperations.ListFamiliesAsync Method (CancellationToken)
Asynchronously lists the families of guest operating that are currently available.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Function ListFamiliesAsync ( cancellationToken As CancellationToken ) As Task(Of OperatingSystemListFamiliesResponse)
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of OperatingSystemListFamiliesResponse)The OperatingSystemListFamiliesResponse object that contains the list of operating system families.
For more information about listing operating system families, see the following resources:
Show: