Delen via


AutoStorageAuthenticationMode Enum

Definitie

Definieert waarden voor 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
Overname
AutoStorageAuthenticationMode
Kenmerken
Newtonsoft.Json.JsonConverterAttribute

Velden

BatchAccountManagedIdentity 1

De Batch-service verifieert aanvragen voor automatische opslag met behulp van de beheerde identiteit die is toegewezen aan het Batch-account.

StorageKeys 0

De Batch-service verifieert aanvragen voor automatische opslag met behulp van opslagaccountsleutels.

Van toepassing op