OutboundEnvironmentEndpoint Class
A collection of related endpoints from the same service for which the Batch service requires outbound access.
Constructor
OutboundEnvironmentEndpoint(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
category
|
The type of service that the Batch service connects to. |
|
endpoints
|
The endpoints for this service to which the Batch service makes outbound calls. |
Attributes
category
The type of service that the Batch service connects to.
category: str | None
endpoints
The endpoints for this service to which the Batch service makes outbound calls.
endpoints: list['_models.EndpointDependency'] | None