WindowsUserConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.WindowsUserConfiguration

public class WindowsUserConfiguration

Properties used to create a user account on a Windows node.

Method Summary

Modifier and Type Method and Description
LoginMode loginMode()

Get the default value for VirtualMachineConfiguration pools is batch and for CloudServiceConfiguration pools is interactive. Possible values include: 'batch', 'interactive'.

WindowsUserConfiguration withLoginMode(LoginMode loginMode)

Set the default value for VirtualMachineConfiguration pools is batch and for CloudServiceConfiguration pools is interactive. Possible values include: 'batch', 'interactive'.

Method Details

loginMode

public LoginMode loginMode()

Get the default value for VirtualMachineConfiguration pools is batch and for CloudServiceConfiguration pools is interactive. Possible values include: 'batch', 'interactive'.

Returns:

the loginMode value

withLoginMode

public WindowsUserConfiguration withLoginMode(LoginMode loginMode)

Set the default value for VirtualMachineConfiguration pools is batch and for CloudServiceConfiguration pools is interactive. Possible values include: 'batch', 'interactive'.

Parameters:

loginMode - the loginMode value to set

Returns:

the WindowsUserConfiguration object itself.

Applies to