VirtualMachineScaleSetUpdateOSProfile Class

Describes a virtual machine scale set OS profile.

Constructor

VirtualMachineScaleSetUpdateOSProfile()

Variables

Name Description
custom_data
str

A base-64 encoded string of custom data.

windows_configuration
<xref:<xref:"WindowsConfiguration">>

The Windows Configuration of the OS profile.

linux_configuration
<xref:<xref:"LinuxConfiguration">>

The Linux Configuration of the OS profile.

secrets
list[<xref:"VaultSecretGroup">]

The List of certificates for addition to the VM.

Attributes

customData

A base-64 encoded string of custom data.

customData: str

linuxConfiguration

The Linux Configuration of the OS profile.

linuxConfiguration: LinuxConfiguration

secrets

The List of certificates for addition to the VM.

secrets: list[azure.mgmt.compute.types.VaultSecretGroup]

windowsConfiguration

The Windows Configuration of the OS profile.

windowsConfiguration: WindowsConfiguration