다음을 통해 공유


VirtualMachineOperationsExtensions.GetRemoteDesktopFileAsync 메서드 (IVirtualMachineOperations, String, String, String)

 

지정 된 가상 컴퓨터에서 원격 데스크톱 프로토콜 구성 파일을 비동기적으로 검색 합니다.

네임스페이스:   Microsoft.WindowsAzure.Management.Compute
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

public static Task<VirtualMachineGetRemoteDesktopFileResponse> GetRemoteDesktopFileAsync(
    this IVirtualMachineOperations operations,
    string serviceName,
    string deploymentName,
    string virtualMachineName
)
public:
[ExtensionAttribute]
static Task<VirtualMachineGetRemoteDesktopFileResponse^>^ GetRemoteDesktopFileAsync(
    IVirtualMachineOperations^ operations,
    String^ serviceName,
    String^ deploymentName,
    String^ virtualMachineName
)
static member GetRemoteDesktopFileAsync : 
        operations:IVirtualMachineOperations *
        serviceName:string *
        deploymentName:string *
        virtualMachineName:string -> Task<VirtualMachineGetRemoteDesktopFileResponse>
<ExtensionAttribute>
Public Shared Function GetRemoteDesktopFileAsync (
    operations As IVirtualMachineOperations,
    serviceName As String,
    deploymentName As String,
    virtualMachineName As String
) As Task(Of VirtualMachineGetRemoteDesktopFileResponse)

매개 변수

  • serviceName
    Type: System.String

    가상 컴퓨터를 포함 하는 클라우드 서비스의 이름입니다.

  • virtualMachineName
    Type: System.String

    RDP 파일을 검색할 가상 컴퓨터의 이름입니다.

반환 값

Type: System.Threading.Tasks.Task<VirtualMachineGetRemoteDesktopFileResponse>

VirtualMachineGetRemoteDesktopFileResponse 가상 컴퓨터에 액세스 하기 위한 RDP 파일을 포함 하는 개체입니다.

설명

RDP 파일을 다운로드 하는 방법에 대 한 자세한 내용은 다음 리소스를 참조 합니다.

참고 항목

VirtualMachineOperationsExtensions 클래스
Microsoft.WindowsAzure.Management.Compute 네임스페이스

맨 위로 이동