Class OutboundEnvironmentEndpointInner

java.lang.Object
com.azure.resourcemanager.loadtestservice.fluent.models.OutboundEnvironmentEndpointInner

public final class OutboundEnvironmentEndpointInner extends Object
A collection of related endpoints from the same service for which the Batch service requires outbound access.
  • Constructor Details

    • OutboundEnvironmentEndpointInner

      public OutboundEnvironmentEndpointInner()
      Creates an instance of OutboundEnvironmentEndpointInner class.
  • Method Details

    • category

      public String category()
      Get the category property: The type of service that Azure Load Testing connects to.
      Returns:
      the category value.
    • endpoints

      public List<EndpointDependency> 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.