Class EndpointDetail

java.lang.Object
com.azure.resourcemanager.kusto.models.EndpointDetail

public final class EndpointDetail extends Object
Current TCP connectivity information from the Kusto cluster to a single endpoint.
  • Constructor Details

    • EndpointDetail

      public EndpointDetail()
  • Method Details

    • port

      public Integer port()
      Get the port property: The port an endpoint is connected to.
      Returns:
      the port value.
    • withPort

      public EndpointDetail withPort(Integer port)
      Set the port property: The port an endpoint is connected to.
      Parameters:
      port - the port value to set.
      Returns:
      the EndpointDetail object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.