Share via


AutoStorageAuthenticationMode Enum

Definition

Defines values for AutoStorageAuthenticationMode.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AutoStorageAuthenticationMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AutoStorageAuthenticationMode = 
Public Enum AutoStorageAuthenticationMode
Inheritance
AutoStorageAuthenticationMode
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

BatchAccountManagedIdentity 1

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

StorageKeys 0

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

Applies to