共用方式為


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

適用於