Share via


VirtualMachineOSImageOperationsExtensions.List Method (IVirtualMachineOSImageOperations)

 

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)

Syntax

public static VirtualMachineOSImageListResponse List(
    this IVirtualMachineOSImageOperations operations
)
public:
[ExtensionAttribute]
static VirtualMachineOSImageListResponse^ List(
    IVirtualMachineOSImageOperations^ operations
)
static member List : 
        operations:IVirtualMachineOSImageOperations -> VirtualMachineOSImageListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IVirtualMachineOSImageOperations
) As VirtualMachineOSImageListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageListResponse

The List OS Images operation response.

See Also

VirtualMachineOSImageOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top