OutboundEnvironmentEndpointInner Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.implementation.OutboundEnvironmentEndpointInner

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<EndpointDependency> 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 endpoints()

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

Returns:

the endpoints value

Applies to