Class EndpointDetail
java.lang.Object
com.azure.resourcemanager.kusto.models.EndpointDetail
Current TCP connectivity information from the Kusto cluster to a single endpoint.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EndpointDetail
public EndpointDetail()
-
-
Method Details
-
port
Get the port property: The port an endpoint is connected to.- Returns:
- the port value.
-
withPort
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.
-