VirtualMachineScaleSetUpdateOSProfile Class
Describes a virtual machine scale set OS profile.
Constructor
VirtualMachineScaleSetUpdateOSProfile(*, 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 |
|---|---|
|
custom_data
|
A base-64 encoded string of custom data. Default value: None
|
|
windows_configuration
|
The Windows Configuration of the OS profile. Default value: None
|
|
linux_configuration
|
The Linux Configuration of the OS profile. Default value: None
|
|
secrets
|
The List of certificates for addition to the VM. Default value: None
|
Variables
| Name | Description |
|---|---|
|
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. |