IVirtualMachineOperations.GetRemoteDesktopFileAsync 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 Télécharger le fichier RDP récupère le fichier de configuration du protocole Bureau à distance à partir de la machine virtuelle spécifiée. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj157183.aspx pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse> GetRemoteDesktopFileAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);
abstract member GetRemoteDesktopFileAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse>
Public Function GetRemoteDesktopFileAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of VirtualMachineGetRemoteDesktopFileResponse)
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 Télécharger le fichier RDP.
S’applique à
Azure SDK for .NET