VpnClientConfiguration interface
VpnClientConfiguration for P2S client.
Properties
radius |
The radius server address property of the VirtualNetworkGateway resource for vpn client connection. |
radius |
The radius secret property of the VirtualNetworkGateway resource for vpn client connection. |
vpn |
The reference of the address space resource which represents Address space for P2S VpnClient. |
vpn |
VpnClientIpsecPolicies for virtual network gateway P2S client. |
vpn |
VpnClientProtocols for Virtual network gateway. |
vpn |
VpnClientRevokedCertificate for Virtual network gateway. |
vpn |
VpnClientRootCertificate for virtual network gateway. |
Property Details
radiusServerAddress
The radius server address property of the VirtualNetworkGateway resource for vpn client connection.
radiusServerAddress?: string
Property Value
string
radiusServerSecret
The radius secret property of the VirtualNetworkGateway resource for vpn client connection.
radiusServerSecret?: string
Property Value
string
vpnClientAddressPool
The reference of the address space resource which represents Address space for P2S VpnClient.
vpnClientAddressPool?: AddressSpace
Property Value
vpnClientIpsecPolicies
VpnClientIpsecPolicies for virtual network gateway P2S client.
vpnClientIpsecPolicies?: IpsecPolicy[]
Property Value
vpnClientProtocols
VpnClientProtocols for Virtual network gateway.
vpnClientProtocols?: string[]
Property Value
string[]
vpnClientRevokedCertificates
VpnClientRevokedCertificate for Virtual network gateway.
vpnClientRevokedCertificates?: VpnClientRevokedCertificate[]
Property Value
vpnClientRootCertificates
VpnClientRootCertificate for virtual network gateway.
vpnClientRootCertificates?: VpnClientRootCertificate[]