VirtualMachineScaleSetUpdateOSProfile Class

Describes a virtual machine scale set OS profile.

Constructor

VirtualMachineScaleSetUpdateOSProfile(*args: Any, **kwargs: Any)

Variables

Name Description
custom_data
str

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.

Attributes

custom_data

A base-64 encoded string of custom data.

custom_data: str | None

linux_configuration

The Linux Configuration of the OS profile.

linux_configuration: _models.LinuxConfiguration | None

secrets

The List of certificates for addition to the VM.

secrets: list['_models.VaultSecretGroup'] | None

windows_configuration

The Windows Configuration of the OS profile.

windows_configuration: _models.WindowsConfiguration | None