Share via


VpnAuthenticationType クラス

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.VpnAuthenticationType

public final class VpnAuthenticationType
extends com.microsoft.rest.ExpandableStringEnum<VpnAuthenticationType>

VpnAuthenticationType の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final VpnAuthenticationType AAD

Vpn認証の種類の静的な値 AAD。

static final VpnAuthenticationType CERTIFICATE

Vpn認証の種類の静的な値証明書。

static final VpnAuthenticationType RADIUS

Vpn認証の種類の静的な値 Radius。

コンストラクターの概要

コンストラクター 説明
VpnAuthenticationType()

メソッドの概要

修飾子と型 メソッドと説明
static VpnAuthenticationType fromString(String name)

Vpn認証の種類を文字列表現から作成または検索します。

static java.util.Collection<VpnAuthenticationType> values()

メソッドの継承元: com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

フィールドの詳細

AAD

public static final VpnAuthenticationType AAD

VpnAuthenticationType の静的値 AAD。

CERTIFICATE

public static final VpnAuthenticationType CERTIFICATE

VpnAuthenticationType の静的な値証明書。

RADIUS

public static final VpnAuthenticationType RADIUS

VpnAuthenticationType の静的な値 Radius。

コンストラクターの詳細

VpnAuthenticationType

public VpnAuthenticationType()

メソッドの詳細

fromString

public static VpnAuthenticationType fromString(String name)

VpnAuthenticationType を文字列表現から作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する VpnAuthenticationType

values

public static Collection values()

Returns:

既知の VpnAuthenticationType 値

適用対象