Uses of Enum Class
org.apache.nifi.services.azure.data.explorer.KustoAuthenticationStrategy
Packages that use KustoAuthenticationStrategy
-
Uses of KustoAuthenticationStrategy in org.apache.nifi.services.azure.data.explorer
Methods in org.apache.nifi.services.azure.data.explorer that return KustoAuthenticationStrategyModifier and TypeMethodDescriptionstatic KustoAuthenticationStrategyReturns the enum constant of this class with the specified name.static KustoAuthenticationStrategy[]KustoAuthenticationStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.services.azure.data.explorer with parameters of type KustoAuthenticationStrategyModifier and TypeMethodDescriptionprivate com.microsoft.azure.kusto.data.auth.ConnectionStringBuilderStandardKustoIngestService.createKustoEngineConnectionString(String clusterUrl, String appId, String appKey, String appTenant, KustoAuthenticationStrategy kustoAuthStrategy) protected com.microsoft.azure.kusto.data.ClientStandardKustoIngestService.createKustoExecutionClient(String clusterUrl, String appId, String appKey, String appTenant, KustoAuthenticationStrategy kustoAuthStrategy) protected com.microsoft.azure.kusto.ingest.QueuedIngestClientStandardKustoIngestService.createKustoQueuedIngestClient(String clusterUrl, String appId, String appKey, String appTenant, KustoAuthenticationStrategy kustoAuthStrategy) protected com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClientStandardKustoIngestService.createKustoStreamingIngestClient(String clusterUrl, String appId, String appKey, String appTenant, KustoAuthenticationStrategy kustoAuthStrategy)