VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateVMProfile.osProfile() |
Get the osProfile property: The virtual machine scale set OS profile.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withCustomData(String customData) |
Set the customData property: A base-64 encoded string of custom data.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration) |
Set the linuxConfiguration property: The Linux Configuration of the OS profile.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withSecrets(List<VaultSecretGroup> secrets) |
Set the secrets property: The List of certificates for addition to the VM.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) |
Set the windowsConfiguration property: The Windows Configuration of the OS profile.
|