AuthenticationMode Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. AuthenticationMode
- com.
- java.
public enum AuthenticationMode
extends Enum<AuthenticationMode>
The authentication mode for the Batch account.
Fields
| AAD |
The authentication mode using Microsoft Entra ID. |
| SHARED_KEY |
The authentication mode using shared keys. |
| TASK_AUTHENTICATION_TOKEN |
The authentication mode using task authentication tokens. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static AuthenticationMode fromString(String value)
Parses a serialized value to a AuthenticationMode instance.
Parameters
- value
- String