Partager via


VirtualMachineOperationsExtensions.GetRemoteDesktopFileAsync Méthode

Définition

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 à