VirtualNetworkGatewayVpnClientConfigurationVirtualNetworkGatewayClientConnection

data class VirtualNetworkGatewayVpnClientConfigurationVirtualNetworkGatewayClientConnection(val addressPrefixes: List<String>, val name: String, val policyGroupNames: List<String>)

Constructors

constructor(addressPrefixes: List<String>, name: String, policyGroupNames: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of address prefixes for P2S VPN Client.

Link copied to clipboard

The name of the Virtual Network Gateway Client Connection.

Link copied to clipboard

A list of names of Virtual Network Gateway Policy Groups.