VpnClientConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VpnClientConfiguration for P2S client.
public class VpnClientConfiguration
type VpnClientConfiguration = class
Public Class VpnClientConfiguration
- Inheritance
-
VpnClientConfiguration
Constructors
VpnClientConfiguration() |
Initializes a new instance of the VpnClientConfiguration class. |
VpnClientConfiguration(AddressSpace, IList<VpnClientRootCertificateInner>, IList<VpnClientRevokedCertificateInner>, IList<VpnClientProtocol>, IList<IpsecPolicy>, String, String, String, String, String) |
Initializes a new instance of the VpnClientConfiguration class. |
Properties
AadAudience |
Gets or sets the AADAudience property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication. |
AadIssuer |
Gets or sets the AADIssuer property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication. |
AadTenant |
Gets or sets the AADTenant property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication. |
RadiusServerAddress |
Gets or sets the radius server address property of the VirtualNetworkGateway resource for vpn client connection. |
RadiusServerSecret |
Gets or sets the radius secret property of the VirtualNetworkGateway resource for vpn client connection. |
VpnClientAddressPool |
Gets or sets the reference of the address space resource which represents Address space for P2S VpnClient. |
VpnClientIpsecPolicies |
Gets or sets vpnClientIpsecPolicies for virtual network gateway P2S client. |
VpnClientProtocols |
Gets or sets vpnClientProtocols for Virtual network gateway. |
VpnClientRevokedCertificates |
Gets or sets vpnClientRevokedCertificate for Virtual network gateway. |
VpnClientRootCertificates |
Gets or sets vpnClientRootCertificate for virtual network gateway. |