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