VirtualMachineInstancePropertiesOsProfileWindowsConfiguration interface
Windows Configuration for the virtual machine instance
Properties
| enable |
Whether to EnableAutomaticUpdates on the machine |
| provision |
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. |
| provision |
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. |
| ssh | Specifies the ssh key configuration for Windows OS. |
| time |
TimeZone for the virtual machine instance |
Property Details
enableAutomaticUpdates
Whether to EnableAutomaticUpdates on the machine
enableAutomaticUpdates?: boolean
Property Value
boolean
provisionVMAgent
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
provisionVMAgent?: boolean
Property Value
boolean
provisionVMConfigAgent
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
provisionVMConfigAgent?: boolean
Property Value
boolean
ssh
Specifies the ssh key configuration for Windows OS.
ssh?: SshConfiguration
Property Value
timeZone
TimeZone for the virtual machine instance
timeZone?: string
Property Value
string