Share via


OutboundEnvironmentEndpoint Interface

public interface OutboundEnvironmentEndpoint

An immutable client-side representation of OutboundEnvironmentEndpoint.

Method Summary

Modifier and Type Method and Description
abstract String category()

Gets the category property: The type of service that the Batch service connects to.

abstract List<EndpointDependency> endpoints()

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

abstract OutboundEnvironmentEndpointInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.OutboundEnvironmentEndpointInner object.

Method Details

category

public abstract String category()

Gets the category property: The type of service that the Batch service connects to.

Returns:

the category value.

endpoints

public abstract List<EndpointDependency> endpoints()

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

Returns:

the endpoints value.

innerModel

public abstract OutboundEnvironmentEndpointInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.OutboundEnvironmentEndpointInner object.

Returns:

the inner object.

Applies to