Uses of Class
com.microsoft.azure.management.network.VpnClientConfiguration
Packages that use VpnClientConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of VpnClientConfiguration in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return VpnClientConfigurationModifier and TypeMethodDescriptionVirtualNetworkGateway.vpnClientConfiguration()
VpnClientConfiguration.withAadAudience
(String aadAudience) Set the AADAudience property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication.VpnClientConfiguration.withAadIssuer
(String aadIssuer) Set the AADIssuer property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication.VpnClientConfiguration.withAadTenant
(String aadTenant) Set the AADTenant property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication.VpnClientConfiguration.withRadiusServerAddress
(String radiusServerAddress) Set the radius server address property of the VirtualNetworkGateway resource for vpn client connection.VpnClientConfiguration.withRadiusServerSecret
(String radiusServerSecret) Set the radius secret property of the VirtualNetworkGateway resource for vpn client connection.VpnClientConfiguration.withVpnClientAddressPool
(AddressSpace vpnClientAddressPool) Set the reference to the address space resource which represents Address space for P2S VpnClient.VpnClientConfiguration.withVpnClientIpsecPolicies
(List<IpsecPolicy> vpnClientIpsecPolicies) Set vpnClientIpsecPolicies for virtual network gateway P2S client.VpnClientConfiguration.withVpnClientProtocols
(List<VpnClientProtocol> vpnClientProtocols) Set vpnClientProtocols for Virtual network gateway.VpnClientConfiguration.withVpnClientRevokedCertificates
(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates) Set vpnClientRevokedCertificate for Virtual network gateway.VpnClientConfiguration.withVpnClientRootCertificates
(List<VpnClientRootCertificate> vpnClientRootCertificates) Set vpnClientRootCertificate for virtual network gateway.