Orchestrated Virtual Machine Scale Set Os Profile Linux Configuration Args
Constructors
Properties
The Password which should be used for the local-administrator on this Virtual Machine. Changing this forces a new resource to be created.
A admin_ssh_key
block as documented below.
The username of the local administrator on each Virtual Machine Scale Set instance. Changing this forces a new resource to be created.
The prefix which should be used for the name of the Virtual Machines in this Scale Set. If unspecified this defaults to the value for the name field. If the value of the name field is not a valid computer_name_prefix
, then you must specify computer_name_prefix
. Changing this forces a new resource to be created.
When an admin_password
is specified disable_password_authentication
must be set to false
. Defaults to true
.
Specifies the mode of VM Guest Patching for the virtual machines that are associated to the Virtual Machine Scale Set. Possible values are AutomaticByPlatform
or ImageDefault
. Defaults to ImageDefault
.
Specifies the mode of in-guest patching of this Windows Virtual Machine. Possible values are ImageDefault
or AutomaticByPlatform
. Defaults to ImageDefault
. For more information on patch modes please see the product documentation.
Should the Azure VM Agent be provisioned on each Virtual Machine in the Scale Set? Defaults to true
. Changing this value forces a new resource to be created.
One or more secret
blocks as defined below.