Uses of Class
com.microsoft.azure.kusto.data.auth.CloudInfo
-
Packages that use CloudInfo Package Description com.microsoft.azure.kusto.data.auth -
-
Uses of CloudInfo in com.microsoft.azure.kusto.data.auth
Fields in com.microsoft.azure.kusto.data.auth declared as CloudInfo Modifier and Type Field Description static CloudInfoCloudInfo. DEFAULT_CLOUDMethods in com.microsoft.azure.kusto.data.auth that return CloudInfo Modifier and Type Method Description static CloudInfoCloudInfo. retrieveCloudInfoForCluster(String clusterUrl)static CloudInfoCloudInfo. retrieveCloudInfoForCluster(String clusterUrl, @Nullable org.apache.http.client.HttpClient givenHttpClient)Methods in com.microsoft.azure.kusto.data.auth with parameters of type CloudInfo Modifier and Type Method Description protected voidCloudDependentTokenProviderBase. initializeWithCloudInfo(CloudInfo cloudInfo)protected voidConfidentialAppTokenProviderBase. initializeWithCloudInfo(CloudInfo cloudInfo)protected voidManagedIdentityTokenProvider. initializeWithCloudInfo(CloudInfo cloudInfo)protected voidMsalTokenProviderBase. initializeWithCloudInfo(CloudInfo cloudInfo)protected voidPublicAppTokenProviderBase. initializeWithCloudInfo(CloudInfo cloudInfo)static voidCloudInfo. manuallyAddToCache(String clusterUrl, CloudInfo cloudInfo)
-