Uses of Class
com.microsoft.azure.kusto.data.auth.endpoints.MatchRule
-
Packages that use MatchRule Package Description com.microsoft.azure.kusto.data.auth.endpoints -
-
Uses of MatchRule in com.microsoft.azure.kusto.data.auth.endpoints
Methods in com.microsoft.azure.kusto.data.auth.endpoints that return MatchRule Modifier and Type Method Description MatchRuleMatchRule. clone()Method parameters in com.microsoft.azure.kusto.data.auth.endpoints with type arguments of type MatchRule Modifier and Type Method Description static voidKustoTrustedEndpoints. addTrustedHosts(List<MatchRule> rules, boolean replace)Adds the rules that determine if a hostname is a valid/trusted Kusto endpoint (extends existing rules).static FastSuffixMatcherFastSuffixMatcher. create(FastSuffixMatcher existing, List<MatchRule> rules)Creates a new matcher with the provided matching rules.static FastSuffixMatcherFastSuffixMatcher. create(List<MatchRule> rules)Creates a new matcher with the provided matching rules.Constructors in com.microsoft.azure.kusto.data.auth.endpoints with parameters of type MatchRule Constructor Description MatchResult(Boolean isMatch, MatchRule matcher)
-