VirtualMachineOSImageOperationsExtensions.ListAsync Method (IVirtualMachineOSImageOperations)
The List OS Images operation retrieves a list of the operating system images from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public static Task<VirtualMachineOSImageListResponse> ListAsync( this IVirtualMachineOSImageOperations operations )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
Return Value
Type: System.Threading.Tasks.Task<VirtualMachineOSImageListResponse>The List OS Images operation response.
Show: