ConsolePatchParameters interface  
ConsolePatchParameters represents the body of the request to patch the virtual machine console.
Properties
| enabled | The indicator of whether the console access is enabled. | 
| expiration | The date and time after which the key will be disallowed access. | 
| ssh | 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 indicator of whether the console access is enabled.
enabled?: stringProperty Value
string
expiration
The date and time after which the key will be disallowed access.
expiration?: DateProperty 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?: SshPublicKeyProperty Value
tags
The Azure resource tags that will replace the existing ones.
tags?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}