public final class VpnAuthenticationType extends com.azure.core.util.ExpandableStringEnum<VpnAuthenticationType>
| Modifier and Type | Field and Description |
|---|---|
static VpnAuthenticationType |
AAD
Static value AAD for VpnAuthenticationType.
|
static VpnAuthenticationType |
CERTIFICATE
Static value Certificate for VpnAuthenticationType.
|
static VpnAuthenticationType |
RADIUS
Static value Radius for VpnAuthenticationType.
|
| Constructor and Description |
|---|
VpnAuthenticationType() |
| Modifier and Type | Method and Description |
|---|---|
static VpnAuthenticationType |
fromString(String name)
Creates or finds a VpnAuthenticationType from its string representation.
|
static Collection<VpnAuthenticationType> |
values() |
public static final VpnAuthenticationType CERTIFICATE
public static final VpnAuthenticationType RADIUS
public static final VpnAuthenticationType AAD
public static VpnAuthenticationType fromString(String name)
name - a name to look for.public static Collection<VpnAuthenticationType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.