Uses of Enum Class
com.microsoft.azure.management.batch.LoginMode
Packages that use LoginMode
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of LoginMode in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return LoginModeModifier and TypeMethodDescriptionstatic LoginModeLoginMode.fromString(String value) Parses a serialized value to a LoginMode instance.WindowsUserConfiguration.loginMode()Get specifies login mode for the user.static LoginModeReturns 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.Methods in com.microsoft.azure.management.batch with parameters of type LoginModeModifier and TypeMethodDescriptionWindowsUserConfiguration.withLoginMode(LoginMode loginMode) Set specifies login mode for the user.