public class WindowsUserConfiguration extends Object
| Constructor and Description |
|---|
WindowsUserConfiguration() |
| 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.
|
public LoginMode loginMode()
public WindowsUserConfiguration withLoginMode(LoginMode loginMode)
loginMode - the loginMode value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/