OutboundEnvironmentEndpoint Class

Definition

Endpoints accessed for a common purpose that the Api Management Service 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 Api Management Service, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.

Endpoints

Gets or sets the endpoints that the Api Management Service reaches the service at.

Applies to