VirtualNetworkGatewayNatRuleExternalMapping

data class VirtualNetworkGatewayNatRuleExternalMapping(val addressSpace: String, val portRange: String? = null)

Constructors

constructor(addressSpace: String, portRange: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The string CIDR representing the address space for the Virtual Network Gateway Nat Rule external mapping.

Link copied to clipboard
val portRange: String? = null

The single port range for the Virtual Network Gateway Nat Rule external mapping.