VirtualMachineOSImageOperationsExtensions.ListAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET