InboundEnvironmentEndpoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET