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