次の方法で共有


VirtualMachineOperationsExtensions.GetRemoteDesktopFileAsync メソッド

定義

RDP ファイルのダウンロード操作では、指定した仮想マシンからリモート デスクトップ プロトコル構成ファイルを取得します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/jj157183.aspx してください)

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)

パラメーター

operations
IVirtualMachineOperations

Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations への参照。

serviceName
String

必須。 サービスの名前。

deploymentName
String

必須。 デプロイの名前。

virtualMachineName
String

必須。 仮想マシンの名前。

戻り値

RDP ファイルのダウンロード操作応答。

適用対象