VirtualMachineScaleSetUpdateOSProfile Class
Describes a virtual machine scale set OS profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetUpdateOSProfile
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. |
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 |
---|---|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python