InboundEnvironmentEndpoint Class

Definition

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

public class InboundEnvironmentEndpoint
type InboundEnvironmentEndpoint = class
Public Class InboundEnvironmentEndpoint
Inheritance
InboundEnvironmentEndpoint

Constructors

InboundEnvironmentEndpoint()

Initializes a new instance of the InboundEnvironmentEndpoint class.

InboundEnvironmentEndpoint(String, IList<String>, IList<String>)

Initializes a new instance of the InboundEnvironmentEndpoint class.

Properties

Description

Gets or sets short text describing the purpose of the network traffic.

Endpoints

Gets or sets the IP addresses that network traffic will originate from in cidr notation.

Ports

Gets or sets the ports that network traffic will arrive to the App Service Environment at.

Applies to