Partager via


VirtualMachineOSImageOperationsExtensions.ListAsync Méthode

Définition

L’opération Répertorier les images du système d’exploitation récupère une liste des images du système d’exploitation à partir du référentiel d’images. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageListResponse>
<Extension()>
Public Function ListAsync (operations As IVirtualMachineOSImageOperations) As Task(Of VirtualMachineOSImageListResponse)

Paramètres

operations
IVirtualMachineOSImageOperations

Référence à Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.

Retours

Réponse de l’opération Répertorier les images de système d’exploitation.

S’applique à