Condividi tramite


AutoStorageAuthenticationMode Enumerazione

Definizione

Definisce i valori per 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
Ereditarietà
AutoStorageAuthenticationMode
Attributi
Newtonsoft.Json.JsonConverterAttribute

Campi

BatchAccountManagedIdentity 1

Il servizio Batch autentica le richieste di archiviazione automatica usando l'identità gestita assegnata all'account Batch.

StorageKeys 0

Il servizio Batch autentica le richieste all'archiviazione automatica usando le chiavi dell'account di archiviazione.

Si applica a