Share via


VirtualMachineOSImageOperationsExtensions.ListAsync 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 Task<VirtualMachineOSImageListResponse> ListAsync(
    this IVirtualMachineOSImageOperations operations
)
public:
[ExtensionAttribute]
static Task<VirtualMachineOSImageListResponse^>^ ListAsync(
    IVirtualMachineOSImageOperations^ operations
)
static member ListAsync : 
        operations:IVirtualMachineOSImageOperations -> Task<VirtualMachineOSImageListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IVirtualMachineOSImageOperations
) As Task(Of VirtualMachineOSImageListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<VirtualMachineOSImageListResponse>

The List OS Images operation response.

See Also

VirtualMachineOSImageOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top