次の方法で共有


VirtualMachineScaleSetUpdateOSProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateOSProfile

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.

LinuxConfiguration linuxConfiguration()

Get the linuxConfiguration value.

List<VaultSecretGroup> secrets()

Get the secrets value.

WindowsConfiguration windowsConfiguration()

Get the windowsConfiguration value.

VirtualMachineScaleSetUpdateOSProfile withCustomData(String customData)

Set the customData value.

VirtualMachineScaleSetUpdateOSProfile withLinuxConfiguration(LinuxConfiguration linuxConfiguration)

Set the linuxConfiguration value.

VirtualMachineScaleSetUpdateOSProfile withSecrets(List<VaultSecretGroup> secrets)

Set the secrets value.

VirtualMachineScaleSetUpdateOSProfile withWindowsConfiguration(WindowsConfiguration windowsConfiguration)

Set the windowsConfiguration value.

Method Details

customData

public String customData()

Get the customData value.

Returns:

the customData value

linuxConfiguration

public LinuxConfiguration linuxConfiguration()

Get the linuxConfiguration value.

Returns:

the linuxConfiguration value

secrets

public List secrets()

Get the secrets value.

Returns:

the secrets value

windowsConfiguration

public WindowsConfiguration windowsConfiguration()

Get the windowsConfiguration value.

Returns:

the windowsConfiguration value

withCustomData

public VirtualMachineScaleSetUpdateOSProfile withCustomData(String customData)

Set the customData value.

Parameters:

customData - the customData value to set

Returns:

the VirtualMachineScaleSetUpdateOSProfile object itself.

withLinuxConfiguration

public VirtualMachineScaleSetUpdateOSProfile withLinuxConfiguration(LinuxConfiguration linuxConfiguration)

Set the linuxConfiguration value.

Parameters:

linuxConfiguration - the linuxConfiguration value to set

Returns:

the VirtualMachineScaleSetUpdateOSProfile object itself.

withSecrets

public VirtualMachineScaleSetUpdateOSProfile withSecrets(List secrets)

Set the secrets value.

Parameters:

secrets - the secrets value to set

Returns:

the VirtualMachineScaleSetUpdateOSProfile object itself.

withWindowsConfiguration

public VirtualMachineScaleSetUpdateOSProfile withWindowsConfiguration(WindowsConfiguration windowsConfiguration)

Set the windowsConfiguration value.

Parameters:

windowsConfiguration - the windowsConfiguration value to set

Returns:

the VirtualMachineScaleSetUpdateOSProfile object itself.

Applies to