Uses of Class
com.microsoft.azure.kusto.data.exceptions.KustoClientInvalidConnectionStringException
-
Packages that use KustoClientInvalidConnectionStringException Package Description com.microsoft.azure.kusto.data.auth.endpoints -
-
Uses of KustoClientInvalidConnectionStringException in com.microsoft.azure.kusto.data.auth.endpoints
Methods in com.microsoft.azure.kusto.data.auth.endpoints that throw KustoClientInvalidConnectionStringException Modifier and Type Method Description static voidKustoTrustedEndpoints. validateTrustedEndpoint(String uri)Throw an exception if the endpoint specified is not trusted.static voidKustoTrustedEndpoints. validateTrustedEndpoint(String uri, String loginEndpoint)Throw an exception if the endpoint specified is not trusted.static voidKustoTrustedEndpoints. validateTrustedEndpoint(URI uri, String loginEndpoint)Is the endpoint uri trusted?
-