OutboundEnvironmentEndpoint Class

Definition

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