| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static VpnClientProtocol |
VpnClientProtocol.IKE_V2
Static value IkeV2 for VpnClientProtocol.
|
static VpnClientProtocol |
VpnClientProtocol.SSTP
Static value SSTP for VpnClientProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpnClientProtocol> |
VpnClientConfiguration.vpnClientProtocols()
Get the vpnClientProtocols value.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
Set the vpnClientProtocols value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/