AutoStorageBaseProperties.AuthenticationMode 속성

정의

Batch 서비스에서 자동 스토리지 계정을 관리하는 데 사용할 인증 모드를 가져오거나 설정합니다. 가능한 값은 'StorageKeys', 'BatchAccountManagedIdentity'입니다.

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationMode")]
public Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode? AuthenticationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationMode")>]
member this.AuthenticationMode : Nullable<Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode> with get, set
Public Property AuthenticationMode As Nullable(Of AutoStorageAuthenticationMode)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상