Class WindowsUserConfiguration
java.lang.Object
com.microsoft.azure.management.batch.WindowsUserConfiguration
Properties used to create a user account on a Windows node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet specifies login mode for the user.withLoginMode
(LoginMode loginMode) Set specifies login mode for the user.
-
Constructor Details
-
WindowsUserConfiguration
public WindowsUserConfiguration()
-
-
Method Details
-
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
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.
-