Uses of Enum Class
com.microsoft.azure.management.batch.AuthenticationMode
Packages that use AuthenticationMode
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AuthenticationMode in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return AuthenticationModeModifier and TypeMethodDescriptionstatic AuthenticationMode
AuthenticationMode.fromString
(String value) Parses a serialized value to a AuthenticationMode instance.static AuthenticationMode
Returns the enum constant of this class with the specified name.static AuthenticationMode[]
AuthenticationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.batch that return types with arguments of type AuthenticationModeModifier and TypeMethodDescriptionBatchAccountCreateParameters.allowedAuthenticationModes()
Get list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccountUpdateParameters.allowedAuthenticationModes()
Get list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.Method parameters in com.microsoft.azure.management.batch with type arguments of type AuthenticationModeModifier and TypeMethodDescriptionBatchAccountCreateParameters.withAllowedAuthenticationModes
(List<AuthenticationMode> allowedAuthenticationModes) Set list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccountUpdateParameters.withAllowedAuthenticationModes
(List<AuthenticationMode> allowedAuthenticationModes) Set list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.