VirtualMachineScaleSetOSProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetOSProfile
- com.
public class VirtualMachineScaleSetOSProfile
Describes a virtual machine scale set OS profile.
Method Summary
Method Details
adminPassword
public String adminPassword()
Get the adminPassword value.
Returns:
adminUsername
public String adminUsername()
Get the adminUsername value.
Returns:
computerNamePrefix
public String computerNamePrefix()
Get the computerNamePrefix value.
Returns:
customData
public String customData()
Get the customData value.
Returns:
linuxConfiguration
public LinuxConfiguration linuxConfiguration()
Get the linuxConfiguration value.
Returns:
secrets
public List
Get the secrets value.
Returns:
windowsConfiguration
public WindowsConfiguration windowsConfiguration()
Get the windowsConfiguration value.
Returns:
withAdminPassword
public VirtualMachineScaleSetOSProfile withAdminPassword(String adminPassword)
Set the adminPassword value.
Parameters:
Returns:
withAdminUsername
public VirtualMachineScaleSetOSProfile withAdminUsername(String adminUsername)
Set the adminUsername value.
Parameters:
Returns:
withComputerNamePrefix
public VirtualMachineScaleSetOSProfile withComputerNamePrefix(String computerNamePrefix)
Set the computerNamePrefix value.
Parameters:
Returns:
withCustomData
public VirtualMachineScaleSetOSProfile withCustomData(String customData)
Set the customData value.
Parameters:
Returns:
withLinuxConfiguration
public VirtualMachineScaleSetOSProfile withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration value.
Parameters:
Returns:
withSecrets
public VirtualMachineScaleSetOSProfile withSecrets(List
Set the secrets value.
Parameters:
Returns:
withWindowsConfiguration
public VirtualMachineScaleSetOSProfile withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration value.
Parameters:
Returns:
Applies to
Azure SDK for Java