次の方法で共有


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

適用対象