다음을 통해 공유


BatchAccountCreateParameters.AllowedAuthenticationModes 속성

정의

데이터 평면을 사용하여 인증하는 데 사용할 수 있는 Batch 계정에 허용되는 인증 모드 목록을 가져오거나 설정합니다. 컨트롤 플레인을 사용한 인증에는 영향을 주지 않습니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상