VirtualMachineVMImageOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List Virtual Machine Images operation retrieves a list of the virtual machine images.
public static Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageListResponse List (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations operations);
static member List : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations -> Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageListResponse
<Extension()>
Public Function List (operations As IVirtualMachineVMImageOperations) As VirtualMachineVMImageListResponse
Parameters
- operations
- IVirtualMachineVMImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations.
Returns
The List VM Images operation response.