| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static VpnAuthenticationType |
VpnAuthenticationType.AAD
Static value AAD for VpnAuthenticationType.
|
static VpnAuthenticationType |
VpnAuthenticationType.CERTIFICATE
Static value Certificate for VpnAuthenticationType.
|
static VpnAuthenticationType |
VpnAuthenticationType.RADIUS
Static value Radius for VpnAuthenticationType.
|
| Modifier and Type | Method and Description |
|---|---|
static VpnAuthenticationType |
VpnAuthenticationType.fromString(String name)
Creates or finds a VpnAuthenticationType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<VpnAuthenticationType> |
VpnAuthenticationType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/