WindowsUserConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. batch. models. WindowsUserConfiguration
- com.
public final class WindowsUserConfiguration
Properties used to create a user account on a Windows node.
Constructor Summary
| Constructor | Description |
|---|---|
| WindowsUserConfiguration() |
Creates an instance of Windows |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Login |
loginMode()
Get the login |
| void |
validate()
Validates the instance. |
|
Windows |
withLoginMode(LoginMode loginMode)
Set the login |
Methods inherited from java.lang.Object
Constructor Details
WindowsUserConfiguration
public WindowsUserConfiguration()
Creates an instance of WindowsUserConfiguration class.
Method Details
loginMode
public LoginMode loginMode()
Get the loginMode property: Login mode for user Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.
Returns:
validate
public void validate()
Validates the instance.
withLoginMode
public WindowsUserConfiguration withLoginMode(LoginMode loginMode)
Set the loginMode property: Login mode for user Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.
Parameters:
Returns: