VirtualMachineScaleSetOSProfileResponse

data class VirtualMachineScaleSetOSProfileResponse(val adminUsername: String? = null, val allowExtensionOperations: Boolean? = null, val computerNamePrefix: String? = null, val linuxConfiguration: LinuxConfigurationResponse? = null, val requireGuestProvisionSignal: Boolean? = null, val secrets: List<VaultSecretGroupResponse>? = null, val windowsConfiguration: WindowsConfigurationResponse? = null)

Describes a virtual machine scale set OS profile.

Constructors

Link copied to clipboard
constructor(adminUsername: String? = null, allowExtensionOperations: Boolean? = null, computerNamePrefix: String? = null, linuxConfiguration: LinuxConfigurationResponse? = null, requireGuestProvisionSignal: Boolean? = null, secrets: List<VaultSecretGroupResponse>? = null, windowsConfiguration: WindowsConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adminUsername: String? = null

Specifies the name of the administrator account.

Windows-only restriction: Cannot end in "."

Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

Minimum-length (Linux): 1 character

Max-length (Linux): 64 characters

Max-length (Windows): 20 characters

Link copied to clipboard

Specifies whether extension operations should be allowed on the virtual machine scale set. This may only be set to False when no extensions are present on the virtual machine scale set.

Link copied to clipboard

Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.

Link copied to clipboard

Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed

Link copied to clipboard

Optional property which must either be set to True or omitted.

Link copied to clipboard

Specifies set of certificates that should be installed onto the virtual machines in the scale set. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for

Link copied to clipboard

Specifies Windows operating system settings on the virtual machine.