VMInfoResponse

data class VMInfoResponse(val id: String, val uuid: String)

Information about the VM.

Constructors

Link copied to clipboard
constructor(id: String, uuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Azure resource Id of the VM.

Link copied to clipboard

UUID(Universally Unique Identifier) of the VM.