AuthenticationMode Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.AuthenticationMode

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
the serialized value to parse.

Returns

the parsed AuthenticationMode object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static AuthenticationMode valueOf(String name)

Parameters

name
String

Returns

values()

public static AuthenticationMode[] values()

Returns

Applies to