| Package | Description |
|---|---|
| com.microsoft.azure.kusto.data.auth.endpoints |
| Modifier and Type | Method and Description |
|---|---|
MatchRule |
MatchRule.clone() |
| Modifier and Type | Method and Description |
|---|---|
static void |
KustoTrustedEndpoints.addTrustedHosts(List<MatchRule> rules,
boolean replace)
Adds the rules that determine if a hostname is a valid/trusted Kusto endpoint
(extends existing rules).
|
static FastSuffixMatcher |
FastSuffixMatcher.create(FastSuffixMatcher existing,
List<MatchRule> rules)
Creates a new matcher with the provided matching rules.
|
static FastSuffixMatcher |
FastSuffixMatcher.create(List<MatchRule> rules)
Creates a new matcher with the provided matching rules.
|
| Constructor and Description |
|---|
MatchResult(Boolean isMatch,
MatchRule matcher) |
Copyright © 2023. All rights reserved.