RemoteConnectionOutput interface
Provides remote connection information for a Dev Box.
Properties
| rdp |
Link to open a Remote Desktop session. |
| web |
URL to open a browser based RDP session. |
Property Details
rdpConnectionUrl
Link to open a Remote Desktop session.
rdpConnectionUrl?: string
Property Value
string
webUrl
URL to open a browser based RDP session.
webUrl?: string
Property Value
string