ConsoleProperties interface

ConsoleProperties represents the properties of the virtual machine console.

Properties

detailedStatus

The more detailed status of the console.

detailedStatusMessage

The descriptive message about the current detailed status.

enabled

The indicator of whether the console access is enabled.

expiration

The date and time after which the key will be disallowed access.

privateLinkServiceId

The resource ID of the private link service that is used to provide virtual machine console access.

provisioningState

The provisioning state of the virtual machine console.

sshPublicKey

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.

virtualMachineAccessId

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

Property Details

detailedStatus

The more detailed status of the console.

detailedStatus?: string

Property Value

string

detailedStatusMessage

The descriptive message about the current detailed status.

detailedStatusMessage?: string

Property Value

string

enabled

The indicator of whether the console access is enabled.

enabled: string

Property Value

string

expiration

The date and time after which the key will be disallowed access.

expiration?: Date

Property Value

Date

privateLinkServiceId

The resource ID of the private link service that is used to provide virtual machine console access.

privateLinkServiceId?: string

Property Value

string

provisioningState

The provisioning state of the virtual machine console.

provisioningState?: string

Property Value

string

sshPublicKey

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.

sshPublicKey: SshPublicKey

Property Value

virtualMachineAccessId

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

virtualMachineAccessId?: string

Property Value

string