Share via


VirtualMachineOSImageOperationsExtensions.ListAsync Method

The List OS Images operation retrieves a list of the operating system images from the image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)

Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Usage

'Usage
Dim operations As IVirtualMachineOSImageOperations
Dim returnValue As Task(Of VirtualMachineOSImageListResponse)

returnValue = VirtualMachineOSImageOperationsExtensions.ListAsync(operations)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ListAsync ( _
    operations As IVirtualMachineOSImageOperations _
) As Task(Of VirtualMachineOSImageListResponse)
[ExtensionAttribute] 
public static Task<VirtualMachineOSImageListResponse> ListAsync (
    IVirtualMachineOSImageOperations operations
)
[ExtensionAttribute] 
public:
static Task<VirtualMachineOSImageListResponse^>^ ListAsync (
    IVirtualMachineOSImageOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static Task<VirtualMachineOSImageListResponse> ListAsync (
    IVirtualMachineOSImageOperations operations
)
ExtensionAttribute 
public static function ListAsync (
    operations : IVirtualMachineOSImageOperations
) : Task<VirtualMachineOSImageListResponse>

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.

Return Value

The List OS Images operation response.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

VirtualMachineOSImageOperationsExtensions Class
VirtualMachineOSImageOperationsExtensions Members
Microsoft.WindowsAzure.Management.Compute Namespace