EnvironmentV3InboundNetworkDependency

data class EnvironmentV3InboundNetworkDependency(val description: String? = null, val ipAddresses: List<String>? = null, val ports: List<String>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, ipAddresses: List<String>? = null, ports: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A short description of the purpose of the network traffic.

Link copied to clipboard
val ipAddresses: List<String>? = null

A list of IP addresses that network traffic will originate from in CIDR notation.

Link copied to clipboard
val ports: List<String>? = null

The ports that network traffic will arrive to the App Service Environment V3 on.