Share via


BatchAutoStorageAuthenticationMode Enum

Definition

The authentication mode which the Batch service will use to manage the auto-storage account.

public enum BatchAutoStorageAuthenticationMode
type BatchAutoStorageAuthenticationMode = 
Public Enum BatchAutoStorageAuthenticationMode
Inheritance
BatchAutoStorageAuthenticationMode

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