次の方法で共有


VpnAuthenticationType クラス

定義

VpnAuthenticationType の値を定義します。

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

コンストラクター

VpnAuthenticationType()

VpnAuthenticationType の値を定義します。

フィールド

AAD

VpnAuthenticationType の値を定義します。

Certificate

VpnAuthenticationType の値を定義します。

Radius

VpnAuthenticationType の値を定義します。

プロパティ

Value

VpnAuthenticationType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

VpnAuthenticationType の値を定義します。

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

VpnAuthenticationType の値を定義します。

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

VpnAuthenticationType の値を定義します。

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

VpnAuthenticationType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象