Uses of Enum Class
com.microsoft.azure.management.batch.LoginMode
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of LoginMode in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionstatic LoginMode
LoginMode.fromString
(String value) Parses a serialized value to a LoginMode instance.WindowsUserConfiguration.loginMode()
Get specifies login mode for the user.static LoginMode
Returns the enum constant of this class with the specified name.static LoginMode[]
LoginMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionWindowsUserConfiguration.withLoginMode
(LoginMode loginMode) Set specifies login mode for the user.