OutboundEnvironmentEndpoint interface

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

Properties

category

The type of service that the Batch service connects to. NOTE: This property will not be serialized. It can only be populated by the server.

endpoints

The endpoints for this service to which the Batch service makes outbound calls. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

category

The type of service that the Batch service connects to. NOTE: This property will not be serialized. It can only be populated by the server.

category?: string

Property Value

string

endpoints

The endpoints for this service to which the Batch service makes outbound calls. NOTE: This property will not be serialized. It can only be populated by the server.

endpoints?: EndpointDependency[]

Property Value