Share via


StorageAuthenticationType Énumération

Définition

Spécifie le type d’authentification utilisé pour la connexion au compte de stockage.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum StorageAuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type StorageAuthenticationType = 
Public Enum StorageAuthenticationType
Héritage
StorageAuthenticationType
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

IdentityBased 1

Utilisez l’identité AD configurée sur le hub pour l’authentification auprès du stockage.

KeyBased 0

Utilisez une clé d’accès partagé pour l’authentification.

S’applique à