次の方法で共有


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

適用対象