你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSetUpdateOSProfile interface
Describes a virtual machine scale set OS profile.
Properties
custom |
A base-64 encoded string of custom data. |
linux |
The Linux Configuration of the OS profile. |
secrets | The List of certificates for addition to the VM. |
windows |
The Windows Configuration of the OS profile. |
Property Details
customData
A base-64 encoded string of custom data.
customData?: string
Property Value
string
linuxConfiguration
The Linux Configuration of the OS profile.
linuxConfiguration?: LinuxConfiguration
Property Value
secrets
The List of certificates for addition to the VM.
secrets?: VaultSecretGroup[]
Property Value
windowsConfiguration
The Windows Configuration of the OS profile.
windowsConfiguration?: WindowsConfiguration