VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetVMProfile.osProfile() |
Get the osProfile property: Specifies the operating system settings for the virtual machines in the scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withAdminPassword(String adminPassword) |
Set the adminPassword property: Specifies the password of the administrator account.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withAdminUsername(String adminUsername) |
Set the adminUsername property: Specifies the name of the administrator account.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withAllowExtensionOperations(Boolean allowExtensionOperations) |
Set the allowExtensionOperations property: Specifies whether extension operations should be allowed on the
virtual machine scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withComputerNamePrefix(String computerNamePrefix) |
Set the computerNamePrefix property: Specifies the computer name prefix for all of the virtual machines in the
scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withCustomData(String customData) |
Set the customData property: Specifies a base-64 encoded string of custom data.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration) |
Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withSecrets(List<VaultSecretGroup> secrets) |
Set the secrets property: Specifies set of certificates that should be installed onto the virtual machines in the
scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) |
Set the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.
|