Partager via


AutoStorageAuthenticationMode Énumération

Définition

Définit des valeurs pour 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
Héritage
AutoStorageAuthenticationMode
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

BatchAccountManagedIdentity 1

Le service Batch authentifie les demandes de stockage automatique à l’aide de l’identité managée affectée au compte Batch.

StorageKeys 0

Le service Batch authentifie les demandes de stockage automatique à l’aide de clés de compte de stockage.

S’applique à