Uses of Enum
com.azure.resourcemanager.batch.models.LoginMode
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of LoginMode in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic LoginMode
LoginMode.fromString
(String value) Parses a serialized value to a LoginMode instance.WindowsUserConfiguration.loginMode()
Get the loginMode property: Login mode for userstatic LoginMode
Returns 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.Modifier and TypeMethodDescriptionWindowsUserConfiguration.withLoginMode
(LoginMode loginMode) Set the loginMode property: Login mode for user