VirtualMachineGetRemoteDesktopFileResponse Class
Represents the Remote Desktop Protocol file that is used to access the Virtual Machine.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse
| Name | Description | |
|---|---|---|
![]() | VirtualMachineGetRemoteDesktopFileResponse() | Initializes a new instance of the VirtualMachineGetRemoteDesktopFileResponse class. |
![]() | VirtualMachineGetRemoteDesktopFileResponse(Byte()) | Initializes a new instance of the VirtualMachineGetRemoteDesktopFileResponse class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | RemoteDesktopFile | Gets or sets a Remote Desktop Protocol (.rdp) file that can be used to establish a remotely access the Virtual Machine. |
![]() | RequestId | (Inherited from AzureOperationResponse.) |
![]() | StatusCode | (Inherited from HttpOperationResponse.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


