Get Console Result
data class GetConsoleResult(val detailedStatus: String, val detailedStatusMessage: String, val enabled: String, val expiration: String? = null, val extendedLocation: ExtendedLocationResponse, val id: String, val location: String, val name: String, val privateLinkServiceId: String, val provisioningState: String, val sshPublicKey: SshPublicKeyResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualMachineAccessId: String)
Constructors
Link copied to clipboard
fun GetConsoleResult(detailedStatus: String, detailedStatusMessage: String, enabled: String, expiration: String? = null, extendedLocation: ExtendedLocationResponse, id: String, location: String, name: String, privateLinkServiceId: String, provisioningState: String, sshPublicKey: SshPublicKeyResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, virtualMachineAccessId: String)