Class OutboundEnvironmentEndpointInner
java.lang.Object
com.azure.resourcemanager.batch.fluent.models.OutboundEnvironmentEndpointInner
A collection of related endpoints from the same service for which the Batch service requires outbound access.
-
Constructor Summary
ConstructorDescriptionCreates an instance of OutboundEnvironmentEndpointInner class. -
Method Summary
-
Constructor Details
-
OutboundEnvironmentEndpointInner
public OutboundEnvironmentEndpointInner()Creates an instance of OutboundEnvironmentEndpointInner class.
-
-
Method Details
-
category
Get the category property: The type of service that the Batch service connects to.- Returns:
- the category value.
-
endpoints
Get the endpoints property: The endpoints for this service to which the Batch service makes outbound calls.- Returns:
- the endpoints value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-