Share via


EgressEndpoint Class

Definition

EgressEndpoint represents the connection from a cloud services network to the specified endpoint for a common purpose.

public class EgressEndpoint
type EgressEndpoint = class
Public Class EgressEndpoint
Inheritance
EgressEndpoint

Constructors

EgressEndpoint(String, IEnumerable<EndpointDependency>)

Initializes a new instance of EgressEndpoint.

Properties

Category

The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.

Endpoints

The list of endpoint dependencies.

Applies to