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
constructor(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)
Properties
Link copied to clipboard
The more detailed status of the console.
Link copied to clipboard
The descriptive message about the current detailed status.
Link copied to clipboard
The date and time after which the key will be disallowed access.
Link copied to clipboard
The extended location of the cluster manager associated with the cluster this virtual machine is created on.
Link copied to clipboard
The resource ID of the private link service that is used to provide virtual machine console access.
Link copied to clipboard
The provisioning state of the virtual machine console.
Link copied to clipboard
The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The unique identifier for the virtual machine that is used to access the console.