WindowsUserConfiguration Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. WindowsUserConfiguration
- com.
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 |
---|---|
Login |
loginMode()
Get the default is 'batch'. |
Windows |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java