WindowsUserConfiguration Class
- java.
lang. Object - com.
azure. compute. batch. models. WindowsUserConfiguration
- com.
Implements
public final class WindowsUserConfiguration
implements JsonSerializable<WindowsUserConfiguration>
Properties used to create a user Account on a Windows Compute Node.
Constructor Summary
| Constructor | Description |
|---|---|
| WindowsUserConfiguration() |
Creates an instance of Windows |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Windows |
fromJson(JsonReader jsonReader)
Reads an instance of Windows |
|
Login |
getLoginMode()
Get the login |
|
Windows |
setLoginMode(LoginMode loginMode)
Set the login |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
WindowsUserConfiguration
public WindowsUserConfiguration()
Creates an instance of WindowsUserConfiguration class.
Method Details
fromJson
public static WindowsUserConfiguration fromJson(JsonReader jsonReader)
Reads an instance of WindowsUserConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
getLoginMode
public LoginMode getLoginMode()
Get the loginMode property: The login mode for the user. The default is 'batch'.
Returns:
setLoginMode
public WindowsUserConfiguration setLoginMode(LoginMode loginMode)
Set the loginMode property: The login mode for the user. The default is 'batch'.
Parameters:
Returns: