共用方式為


BatchAccount.AllowedAuthenticationModes 屬性

定義

取得 Batch 帳戶允許的驗證模式清單,此帳戶可用來向資料平面進行驗證。 這不會影響控制平面的驗證。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於