ConsolePatchParameters interface

ConsolePatchParameters represents the body of the request to patch the virtual machine console.

Properties

enabled

The credentials used to login to the image repository that has access to the specified image.

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.

tags

The Azure resource tags that will replace the existing ones.

Property Details

enabled

The credentials used to login to the image repository that has access to the specified image.

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

tags

The Azure resource tags that will replace the existing ones.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}