Uses of Enum
com.azure.resourcemanager.batch.models.LoginMode
Packages that use LoginMode
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of LoginMode in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return LoginModeModifier and TypeMethodDescriptionstatic LoginModeLoginMode.fromString(String value) Parses a serialized value to a LoginMode instance.WindowsUserConfiguration.loginMode()Get the loginMode property: Login mode for user Specifies login mode for the user.static LoginModeReturns the enum constant of this type with the specified name.static LoginMode[]LoginMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type LoginModeModifier and TypeMethodDescriptionWindowsUserConfiguration.withLoginMode(LoginMode loginMode) Set the loginMode property: Login mode for user Specifies login mode for the user.