Share via


VirtualMachineOSImageOperationsExtensions.List 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 VirtualMachineOSImageListResponse

returnValue = VirtualMachineOSImageOperationsExtensions.List(operations)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function List ( _
    operations As IVirtualMachineOSImageOperations _
) As VirtualMachineOSImageListResponse
[ExtensionAttribute] 
public static VirtualMachineOSImageListResponse List (
    IVirtualMachineOSImageOperations operations
)
[ExtensionAttribute] 
public:
static VirtualMachineOSImageListResponse^ List (
    IVirtualMachineOSImageOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static VirtualMachineOSImageListResponse List (
    IVirtualMachineOSImageOperations operations
)
ExtensionAttribute 
public static function List (
    operations : IVirtualMachineOSImageOperations
) : 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