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<Endpoint |
endpoints()
Gets the endpoints property: The endpoints for this service to which the Batch service makes outbound calls. |
|
abstract
Outbound |
innerModel()
Gets the inner com. |
Method Details
category
public abstract String category()
Gets the category property: The type of service that the Batch service connects to.
Returns:
endpoints
public abstract List<EndpointDependency> endpoints()
Gets the endpoints property: The endpoints for this service to which the Batch service makes outbound calls.
Returns:
innerModel
public abstract OutboundEnvironmentEndpointInner innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.OutboundEnvironmentEndpointInner object.
Returns: