OperatingSystemOperationsExtensions.ListFamilies Method (IOperatingSystemOperations)
Lists the families of guest operating that are currently available.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public static OperatingSystemListFamiliesResponse ListFamilies( this IOperatingSystemOperations operations )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations
The IOperatingSystemOperations object that specifies the operating system operations.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponseThe OperatingSystemListFamiliesResponse object that contains the list of operating system families.
For more information about listing operating system families, see the following resources:
Show: