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 Compute Node.

Constructor Summary

Constructor Description
WindowsUserConfiguration()

Method Summary

Modifier and Type Method and Description
LoginMode loginMode()

Get the default is 'batch'.

WindowsUserConfiguration withLoginMode(LoginMode loginMode)

Set the default is 'batch'.

Methods inherited from java.lang.Object

Constructor Details

WindowsUserConfiguration

public WindowsUserConfiguration()

Method Details

loginMode

public LoginMode loginMode()

Get the default is 'batch'. Possible values include: 'batch', 'interactive'.

Returns:

the loginMode value

withLoginMode

public WindowsUserConfiguration withLoginMode(LoginMode loginMode)

Set the default is 'batch'. Possible values include: 'batch', 'interactive'.

Parameters:

loginMode - the loginMode value to set

Returns:

the WindowsUserConfiguration object itself.

Applies to