Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.MetastoreDbConnectionAuthenticationMode
Packages that use MetastoreDbConnectionAuthenticationMode
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of MetastoreDbConnectionAuthenticationMode in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type MetastoreDbConnectionAuthenticationMode in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classThe authentication mode to connect to your Hive metastore database.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as MetastoreDbConnectionAuthenticationModeModifier and TypeFieldDescriptionstatic final MetastoreDbConnectionAuthenticationModeMetastoreDbConnectionAuthenticationMode.IDENTITY_AUTHStatic value IdentityAuth for MetastoreDbConnectionAuthenticationMode.static final MetastoreDbConnectionAuthenticationModeMetastoreDbConnectionAuthenticationMode.SQL_AUTHStatic value SqlAuth for MetastoreDbConnectionAuthenticationMode.Methods in com.azure.resourcemanager.hdinsight.containers.models that return MetastoreDbConnectionAuthenticationModeModifier and TypeMethodDescriptionMetastoreDbConnectionAuthenticationMode.fromString(String name) Creates or finds a MetastoreDbConnectionAuthenticationMode from its string representation.FlinkHiveCatalogOption.metastoreDbConnectionAuthenticationMode()Get the metastoreDbConnectionAuthenticationMode property: The authentication mode to connect to your Hive metastore database.HiveCatalogOption.metastoreDbConnectionAuthenticationMode()Get the metastoreDbConnectionAuthenticationMode property: The authentication mode to connect to your Hive metastore database.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type MetastoreDbConnectionAuthenticationModeModifier and TypeMethodDescriptionMetastoreDbConnectionAuthenticationMode.values()Gets known MetastoreDbConnectionAuthenticationMode values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type MetastoreDbConnectionAuthenticationModeModifier and TypeMethodDescriptionFlinkHiveCatalogOption.withMetastoreDbConnectionAuthenticationMode(MetastoreDbConnectionAuthenticationMode metastoreDbConnectionAuthenticationMode) Set the metastoreDbConnectionAuthenticationMode property: The authentication mode to connect to your Hive metastore database.HiveCatalogOption.withMetastoreDbConnectionAuthenticationMode(MetastoreDbConnectionAuthenticationMode metastoreDbConnectionAuthenticationMode) Set the metastoreDbConnectionAuthenticationMode property: The authentication mode to connect to your Hive metastore database.