public class VirtualMachineScaleSetOSProfile extends Object
Constructor and Description |
---|
VirtualMachineScaleSetOSProfile() |
Modifier and Type | Method and Description |
---|---|
String |
adminPassword()
Get specifies the password of the administrator account.
|
String |
adminUsername()
Get specifies the name of the administrator account.
|
String |
computerNamePrefix()
Get specifies the computer name prefix for all of the virtual machines in the scale set.
|
String |
customData()
Get specifies a base-64 encoded string of custom data.
|
LinuxConfiguration |
linuxConfiguration()
Get specifies the Linux operating system settings on the virtual machine.
|
List<VaultSecretGroup> |
secrets()
Get specifies set of certificates that should be installed onto the virtual machines in the scale set.
|
WindowsConfiguration |
windowsConfiguration()
Get specifies Windows operating system settings on the virtual machine.
|
VirtualMachineScaleSetOSProfile |
withAdminPassword(String adminPassword)
Set specifies the password of the administrator account.
|
VirtualMachineScaleSetOSProfile |
withAdminUsername(String adminUsername)
Set specifies the name of the administrator account.
|
VirtualMachineScaleSetOSProfile |
withComputerNamePrefix(String computerNamePrefix)
Set specifies the computer name prefix for all of the virtual machines in the scale set.
|
VirtualMachineScaleSetOSProfile |
withCustomData(String customData)
Set specifies a base-64 encoded string of custom data.
|
VirtualMachineScaleSetOSProfile |
withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set specifies the Linux operating system settings on the virtual machine.
|
VirtualMachineScaleSetOSProfile |
withSecrets(List<VaultSecretGroup> secrets)
Set specifies set of certificates that should be installed onto the virtual machines in the scale set.
|
VirtualMachineScaleSetOSProfile |
withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set specifies Windows operating system settings on the virtual machine.
|
public String computerNamePrefix()
public VirtualMachineScaleSetOSProfile withComputerNamePrefix(String computerNamePrefix)
computerNamePrefix
- the computerNamePrefix value to setpublic String adminUsername()
public VirtualMachineScaleSetOSProfile withAdminUsername(String adminUsername)
adminUsername
- the adminUsername value to setpublic String adminPassword()
public VirtualMachineScaleSetOSProfile withAdminPassword(String adminPassword)
adminPassword
- the adminPassword value to setpublic String customData()
public VirtualMachineScaleSetOSProfile withCustomData(String customData)
customData
- the customData value to setpublic WindowsConfiguration windowsConfiguration()
public VirtualMachineScaleSetOSProfile withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
windowsConfiguration
- the windowsConfiguration value to setpublic LinuxConfiguration linuxConfiguration()
public VirtualMachineScaleSetOSProfile withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
linuxConfiguration
- the linuxConfiguration value to setpublic List<VaultSecretGroup> secrets()
public VirtualMachineScaleSetOSProfile withSecrets(List<VaultSecretGroup> secrets)
secrets
- the secrets value to setCopyright © 2019. All rights reserved.