Uses of Class
com.azure.compute.batch.models.LoginMode
Packages that use LoginMode
-
Uses of LoginMode in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as LoginModeModifier and TypeFieldDescriptionstatic final LoginMode
LoginMode.BATCH
The LOGON32_LOGON_BATCH Win32 login mode.static final LoginMode
LoginMode.INTERACTIVE
The LOGON32_LOGON_INTERACTIVE Win32 login mode.Methods in com.azure.compute.batch.models that return LoginModeModifier and TypeMethodDescriptionstatic LoginMode
LoginMode.fromString
(String name) Creates or finds a LoginMode from its string representation.WindowsUserConfiguration.getLoginMode()
Get the loginMode property: The login mode for the user.Methods in com.azure.compute.batch.models that return types with arguments of type LoginModeModifier and TypeMethodDescriptionstatic Collection
<LoginMode> LoginMode.values()
Gets known LoginMode values.Methods in com.azure.compute.batch.models with parameters of type LoginModeModifier and TypeMethodDescriptionWindowsUserConfiguration.setLoginMode
(LoginMode loginMode) Set the loginMode property: The login mode for the user.