EgressEndpoint 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.
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
Azure SDK for .NET