次の方法で共有


AuthenticationMode 列挙型

定義

AuthenticationMode の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AuthenticationMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AuthenticationMode = 
Public Enum AuthenticationMode
継承
AuthenticationMode
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

AAD 1

Azure Active Directory を使用した認証モード。

SharedKey 0

共有キーを使用した認証モード。

TaskAuthenticationToken 2

タスク認証トークンを使用した認証モード。

適用対象