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