ConsolePatchProperties interface

ConsolePatchProperties represents the properties of the virtual machine console that can be patched.

Properties

enabled

The indicator of whether the console access is enabled.

expiration

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

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.

Property Details

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

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