VirtualMachineOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse> GetRemoteDesktopFileAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);
static member GetRemoteDesktopFileAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse>
<Extension()>
Public Function GetRemoteDesktopFileAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of VirtualMachineGetRemoteDesktopFileResponse)
Paramètres
- operations
- IVirtualMachineOperations
Référence à Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
- serviceName
- String
Obligatoire. Nom de votre service.
- deploymentName
- String
Obligatoire. Nom de votre déploiement.
- virtualMachineName
- String
Obligatoire. Nom de la machine virtuelle.
Retours
Réponse de l’opération Télécharger le fichier RDP.
S’applique à
Azure SDK for .NET