次の方法で共有


AuthenticationMethod クラス

定義

AuthenticationMethod の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.AuthenticationMethod>))]
public class AuthenticationMethod : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.AuthenticationMethod>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.AuthenticationMethod>))>]
type AuthenticationMethod = class
    inherit ExpandableStringEnum<AuthenticationMethod>
Public Class AuthenticationMethod
Inherits ExpandableStringEnum(Of AuthenticationMethod)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

AuthenticationMethod()

AuthenticationMethod の値を定義します。

フィールド

EAPMSCHAPv2

AuthenticationMethod の値を定義します。

EAPTLS

AuthenticationMethod の値を定義します。

プロパティ

Value

AuthenticationMethod の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

AuthenticationMethod の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

AuthenticationMethod の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

AuthenticationMethod の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

AuthenticationMethod の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象