StorageAuthenticationType Enumeración

Definición

Especifica el tipo de autenticación que se usa para conectarse a la cuenta de almacenamiento.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum StorageAuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type StorageAuthenticationType = 
Public Enum StorageAuthenticationType
Herencia
StorageAuthenticationType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

IdentityBased 1

Use la identidad de AD configurada en el centro para la autenticación en el almacenamiento.

KeyBased 0

Use una clave de acceso compartido para la autenticación.

Se aplica a