Interface OutboundEnvironmentEndpoint
public interface OutboundEnvironmentEndpoint
An immutable client-side representation of OutboundEnvironmentEndpoint.
-
Method Summary
Modifier and TypeMethodDescriptioncategory()
Gets the category property: The type of service that the Batch service connects to.Gets the endpoints property: The endpoints for this service to which the Batch service makes outbound calls.Gets the inner com.azure.resourcemanager.batch.fluent.models.OutboundEnvironmentEndpointInner object.
-
Method Details
-
category
String category()Gets the category property: The type of service that the Batch service connects to.- Returns:
- the category value.
-
endpoints
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
OutboundEnvironmentEndpointInner innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.OutboundEnvironmentEndpointInner object.- Returns:
- the inner object.
-