你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineScaleSetUpdateOSProfile Class

Describes a virtual machine scale set OS profile.

Inheritance
azure.mgmt.compute._serialization.Model
VirtualMachineScaleSetUpdateOSProfile

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
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.

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.