GetSerialPortResult

data class GetSerialPortResult(val azureApiVersion: String, val id: String, val name: String, val state: String? = null, val type: String)

Represents the serial port of the parent resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, state: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard
val state: String? = null

Specifies whether the port is enabled for a serial console connection.

Link copied to clipboard

Resource type