InboundEnvironmentEndpoint Class

The IP Addresses and Ports that require inbound network access to and within the subnet of the App Service Environment.

Inheritance
InboundEnvironmentEndpoint

Constructor

InboundEnvironmentEndpoint(*, description: Optional[str] = None, endpoints: Optional[List[str]] = None, ports: Optional[List[str]] = None, **kwargs)

Parameters

description
str
Required

Short text describing the purpose of the network traffic.

endpoints
list[str]
Required

The IP addresses that network traffic will originate from in cidr notation.

ports
list[str]
Required

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