public class VirtualMachineScaleSetUpdateOSProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdateOSProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
customData()
Get a base-64 encoded string of custom data.
|
LinuxConfiguration |
linuxConfiguration()
Get the Linux Configuration of the OS profile.
|
List<VaultSecretGroup> |
secrets()
Get the List of certificates for addition to the VM.
|
WindowsConfiguration |
windowsConfiguration()
Get the Windows Configuration of the OS profile.
|
VirtualMachineScaleSetUpdateOSProfile |
withCustomData(String customData)
Set a base-64 encoded string of custom data.
|
VirtualMachineScaleSetUpdateOSProfile |
withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the Linux Configuration of the OS profile.
|
VirtualMachineScaleSetUpdateOSProfile |
withSecrets(List<VaultSecretGroup> secrets)
Set the List of certificates for addition to the VM.
|
VirtualMachineScaleSetUpdateOSProfile |
withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the Windows Configuration of the OS profile.
|
public VirtualMachineScaleSetUpdateOSProfile()
public String customData()
public VirtualMachineScaleSetUpdateOSProfile withCustomData(String customData)
customData - the customData value to setpublic WindowsConfiguration windowsConfiguration()
public VirtualMachineScaleSetUpdateOSProfile withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
windowsConfiguration - the windowsConfiguration value to setpublic LinuxConfiguration linuxConfiguration()
public VirtualMachineScaleSetUpdateOSProfile withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
linuxConfiguration - the linuxConfiguration value to setpublic List<VaultSecretGroup> secrets()
public VirtualMachineScaleSetUpdateOSProfile withSecrets(List<VaultSecretGroup> secrets)
secrets - the secrets value to setCopyright © 2019. All rights reserved.