OutboundEnvironmentEndpoint 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.
Endpoints accessed for a common purpose that the App Service Environment requires outbound network access to.
public class OutboundEnvironmentEndpoint
type OutboundEnvironmentEndpoint = class
Public Class OutboundEnvironmentEndpoint
- Inheritance
-
OutboundEnvironmentEndpoint
Constructors
OutboundEnvironmentEndpoint() |
Initializes a new instance of the OutboundEnvironmentEndpoint class. |
OutboundEnvironmentEndpoint(String, IList<EndpointDependency>) |
Initializes a new instance of the OutboundEnvironmentEndpoint class. |
Properties
Category |
Gets or sets the type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. |
Endpoints |
Gets or sets the endpoints that the App Service Environment reaches the service at. |
Applies to
Azure SDK for .NET