WindowsUserConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.WindowsUserConfiguration

public class WindowsUserConfiguration

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

Constructor Summary

Constructor Description
WindowsUserConfiguration()

Method Summary

Modifier and Type Method and Description
LoginMode loginMode()

Get specifies login mode for the user.

WindowsUserConfiguration withLoginMode(LoginMode loginMode)

Set specifies login mode for the user.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

WindowsUserConfiguration

public WindowsUserConfiguration()

Method Details

loginMode

public LoginMode loginMode()

Get specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode. Possible values include: 'Batch', 'Interactive'.

Returns:

the loginMode value

withLoginMode

public WindowsUserConfiguration withLoginMode(LoginMode loginMode)

Set specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode. Possible values include: 'Batch', 'Interactive'.

Parameters:

loginMode - the loginMode value to set

Returns:

the WindowsUserConfiguration object itself.

Applies to