VirtualMachineScaleSetOSProfile Class
Describes a virtual machine scale set OS profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetOSProfile
Constructor
VirtualMachineScaleSetOSProfile(*, computer_name_prefix: str | None = None, admin_username: str | None = None, admin_password: str | None = None, custom_data: str | None = None, windows_configuration: _models.WindowsConfiguration | None = None, linux_configuration: _models.LinuxConfiguration | None = None, secrets: List[_models.VaultSecretGroup] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
computer_name_prefix
|
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. |
admin_username
|
Specifies the name of the administrator account.
|
admin_password
|
Specifies the password of the administrator account.
|
custom_data
|
A base-64 encoded string of custom data. |
windows_configuration
|
The Windows Configuration of the OS profile. |
linux_configuration
|
The Linux Configuration of the OS profile. |
secrets
|
The List of certificates for addition to the VM. |
Variables
Name | Description |
---|---|
computer_name_prefix
|
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. |
admin_username
|
Specifies the name of the administrator account. |
admin_password
|
Specifies the password of the administrator account.
|
custom_data
|
A base-64 encoded string of custom data. |
windows_configuration
|
The Windows Configuration of the OS profile. |
linux_configuration
|
The Linux Configuration of the OS profile. |
secrets
|
The List of certificates for addition to the VM. |
Azure SDK for Python