AutoStorageAuthenticationMode Enum

  • java.lang.Object
    • java.lang.Enum<AutoStorageAuthenticationMode>
      • com.microsoft.azure.management.batch.AutoStorageAuthenticationMode

public enum AutoStorageAuthenticationMode

Defines values for AutoStorageAuthenticationMode.

Fields

BATCH_ACCOUNT_MANAGED_IDENTITY

The Batch service will authenticate requests to auto-storage using the managed identity assigned to the Batch account.

STORAGE_KEYS

The Batch service will authenticate requests to auto-storage using storage account keys.

Methods

fromString(String value)

public static AutoStorageAuthenticationMode fromString(String value)

Parses a serialized value to a AutoStorageAuthenticationMode instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to