Share via


OutboundEnvironmentEndpoint Class

Definition

A collection of related endpoints from the same service for which the Batch service requires outbound access.

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 the type of service that the Batch service connects to.

Endpoints

Gets the endpoints for this service to which the Batch service makes outbound calls.

Applies to