VirtualMachineScaleSetUpdateOSProfile interface
Beschrijft een besturingssysteemprofiel voor een virtuele-machineschaalset.
Eigenschappen
custom |
Een base-64 gecodeerde tekenreeks met aangepaste gegevens. |
linux |
De Linux-configuratie van het besturingssysteemprofiel. |
secrets | De lijst met certificaten voor toevoeging aan de VM. |
windows |
De Windows-configuratie van het besturingssysteemprofiel. |
Eigenschapdetails
customData
Een base-64 gecodeerde tekenreeks met aangepaste gegevens.
customData?: string
Waarde van eigenschap
string
linuxConfiguration
De Linux-configuratie van het besturingssysteemprofiel.
linuxConfiguration?: LinuxConfiguration
Waarde van eigenschap
secrets
De lijst met certificaten voor toevoeging aan de VM.
secrets?: VaultSecretGroup[]
Waarde van eigenschap
windowsConfiguration
De Windows-configuratie van het besturingssysteemprofiel.
windowsConfiguration?: WindowsConfiguration