VirtualMachineOSImageOperationsExtensions.GetAsync 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 Obtenir l’image du système d’exploitation récupère les détails d’une image de 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.VirtualMachineOSImageGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations operations, string imageName);
static member GetAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageGetResponse>
<Extension()>
Public Function GetAsync (operations As IVirtualMachineOSImageOperations, imageName As String) As Task(Of VirtualMachineOSImageGetResponse)
Paramètres
- operations
- IVirtualMachineOSImageOperations
Référence à Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
- imageName
- String
Obligatoire. Nom de l’image du système d’exploitation à récupérer.
Retours
Image de machine virtuelle associée à votre abonnement.
S’applique à
Azure SDK for .NET