| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientConfiguration |
VirtualNetworkGateway.vpnClientConfiguration() |
VpnClientConfiguration |
VpnClientConfiguration.withAadAudience(String aadAudience)
Set the AADAudience property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication.
|
VpnClientConfiguration |
VpnClientConfiguration.withAadIssuer(String aadIssuer)
Set the AADIssuer property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication.
|
VpnClientConfiguration |
VpnClientConfiguration.withAadTenant(String aadTenant)
Set the AADTenant property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication.
|
VpnClientConfiguration |
VpnClientConfiguration.withRadiusServerAddress(String radiusServerAddress)
Set the radius server address property of the VirtualNetworkGateway resource for vpn client connection.
|
VpnClientConfiguration |
VpnClientConfiguration.withRadiusServerSecret(String radiusServerSecret)
Set the radius secret property of the VirtualNetworkGateway resource for vpn client connection.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the reference to the address space resource which represents Address space for P2S VpnClient.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)
Set vpnClientIpsecPolicies for virtual network gateway P2S client.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
Set vpnClientProtocols for Virtual network gateway.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates)
Set vpnClientRevokedCertificate for Virtual network gateway.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates)
Set vpnClientRootCertificate for virtual network gateway.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/