IVirtualMachineOperations.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 un rôle récupère des informations sur la machine virtuelle spécifiée. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj157193.aspx pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse> GetAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse>
Public Function GetAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of VirtualMachineGetResponse)
Paramètres
- serviceName
- String
Nom de votre service.
- deploymentName
- String
Nom de votre déploiement.
- virtualMachineName
- String
Nom de la machine virtuelle.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Réponse de l’opération Obtenir une machine virtuelle.
S’applique à
Azure SDK for .NET