IRemoteConnection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.RemoteConnectionTypeConverter))]
public interface IRemoteConnection : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.RemoteConnectionTypeConverter))>]
type IRemoteConnection = interface
interface IJsonSerializable
Public Interface IRemoteConnection
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CloudPcConnectionUrl |
Link to open a remote desktop session via a dev box's underlying Cloud PC (This will default to Windows App). |
RdpConnectionUrl |
Link to open a Remote Desktop session. |
WebUrl |
URL to open a browser based RDP session. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |