public class VirtualMachineScaleSetOSProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetOSProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
adminPassword()
Get the adminPassword value.
|
String |
adminUsername()
Get the adminUsername value.
|
String |
computerNamePrefix()
Get the computerNamePrefix value.
|
String |
customData()
Get the customData value.
|
LinuxConfiguration |
linuxConfiguration()
Get the linuxConfiguration value.
|
List<VaultSecretGroup> |
secrets()
Get the secrets value.
|
WindowsConfiguration |
windowsConfiguration()
Get the windowsConfiguration value.
|
VirtualMachineScaleSetOSProfile |
withAdminPassword(String adminPassword)
Set the adminPassword value.
|
VirtualMachineScaleSetOSProfile |
withAdminUsername(String adminUsername)
Set the adminUsername value.
|
VirtualMachineScaleSetOSProfile |
withComputerNamePrefix(String computerNamePrefix)
Set the computerNamePrefix value.
|
VirtualMachineScaleSetOSProfile |
withCustomData(String customData)
Set the customData value.
|
VirtualMachineScaleSetOSProfile |
withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration value.
|
VirtualMachineScaleSetOSProfile |
withSecrets(List<VaultSecretGroup> secrets)
Set the secrets value.
|
VirtualMachineScaleSetOSProfile |
withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration value.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/