public final class VpnAuthenticationType extends com.microsoft.rest.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 forpublic static Collection<VpnAuthenticationType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/