GetVirtualMachineRdpFileContentsResult

data class GetVirtualMachineRdpFileContentsResult(val contents: String? = null)

Represents a .rdp file

Constructors

Link copied to clipboard
constructor(contents: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contents: String? = null

The contents of the .rdp file