VirtualMachineScaleSetUpdateOSProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetUpdateOSProfile
- com.
public class VirtualMachineScaleSetUpdateOSProfile
Describes a virtual machine scale set OS profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
customData()
Get the customData value. |
Linux |
linuxConfiguration()
Get the linuxConfiguration value. |
List<Vault |
secrets()
Get the secrets value. |
Windows |
windowsConfiguration()
Get the windowsConfiguration value. |
Virtual |
withCustomData(String customData)
Set the customData value. |
Virtual |
withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration value. |
Virtual |
withSecrets(List<VaultSecretGroup> secrets)
Set the secrets value. |
Virtual |
withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration value. |
Method Details
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:
withCustomData
public VirtualMachineScaleSetUpdateOSProfile withCustomData(String customData)
Set the customData value.
Parameters:
Returns:
withLinuxConfiguration
public VirtualMachineScaleSetUpdateOSProfile withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration value.
Parameters:
Returns:
withSecrets
public VirtualMachineScaleSetUpdateOSProfile withSecrets(List
Set the secrets value.
Parameters:
Returns:
withWindowsConfiguration
public VirtualMachineScaleSetUpdateOSProfile withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration value.
Parameters:
Returns:
Applies to
Azure SDK for Java