OutboundEnvironmentEndpointInner Class
- java.
lang. Object - com.
microsoft. azure. management. batch. implementation. OutboundEnvironmentEndpointInner
- com.
public class OutboundEnvironmentEndpointInner
A collection of related endpoints from the same service for which the Batch service requires outbound access.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
category()
Get the type of service that the Batch service connects to. |
List<Endpoint |
endpoints()
Get the endpoints for this service to which the Batch service makes outbound calls. |
Method Details
category
public String category()
Get the type of service that the Batch service connects to.
Returns:
the category value
endpoints
public List
Get the endpoints for this service to which the Batch service makes outbound calls.
Returns:
the endpoints value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java