VirtualMachineOSImageOperationsExtensions::List 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)

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

public:
[ExtensionAttribute]
static VirtualMachineOSImageListResponse^ List(
	IVirtualMachineOSImageOperations^ operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute::IVirtualMachineOSImageOperations^

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

Return Value

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

The List OS Images operation response.

Return to top
Show: