다음을 통해 공유


AutoStorageAuthenticationMode 열거형

정의

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
상속
AutoStorageAuthenticationMode
특성
Newtonsoft.Json.JsonConverterAttribute

필드

BatchAccountManagedIdentity 1

Batch 서비스는 Batch 계정에 할당된 관리 ID를 사용하여 자동 스토리지에 대한 요청을 인증합니다.

StorageKeys 0

Batch 서비스는 스토리지 계정 키를 사용하여 자동 스토리지에 대한 요청을 인증합니다.

적용 대상