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 LoginModeLoginMode.BATCHThe LOGON32_LOGON_BATCH Win32 login mode.static final LoginModeLoginMode.INTERACTIVEThe LOGON32_LOGON_INTERACTIVE Win32 login mode.Methods in com.azure.compute.batch.models that return LoginModeModifier and TypeMethodDescriptionstatic LoginModeLoginMode.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.