GetConsoleResult

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)

Types

Link copied to clipboard
object Companion

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 indicator of whether the console access is enabled.

Link copied to clipboard
val expiration: String? = null

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
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

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
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The unique identifier for the virtual machine that is used to access the console.