Orchestrated Virtual Machine Scale Set Os Profile Linux Configuration Args
data class OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationArgs(val adminPassword: Output<String>? = null, val adminSshKeys: Output<List<OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationAdminSshKeyArgs>>? = null, val adminUsername: Output<String>, val computerNamePrefix: Output<String>? = null, val disablePasswordAuthentication: Output<Boolean>? = null, val patchAssessmentMode: Output<String>? = null, val patchMode: Output<String>? = null, val provisionVmAgent: Output<Boolean>? = null, val secrets: Output<List<OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationSecretArgs>>? = null) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationArgs>
Constructors
Link copied to clipboard
fun OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationArgs(adminPassword: Output<String>? = null, adminSshKeys: Output<List<OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationAdminSshKeyArgs>>? = null, adminUsername: Output<String>, computerNamePrefix: Output<String>? = null, disablePasswordAuthentication: Output<Boolean>? = null, patchAssessmentMode: Output<String>? = null, patchMode: Output<String>? = null, provisionVmAgent: Output<Boolean>? = null, secrets: Output<List<OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationSecretArgs>>? = null)
Functions
Properties
Link copied to clipboard
val adminSshKeys: Output<List<OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationAdminSshKeyArgs>>? = null
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
val secrets: Output<List<OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationSecretArgs>>? = null