Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.DbConnectionAuthenticationMode
Packages that use DbConnectionAuthenticationMode
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of DbConnectionAuthenticationMode in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type DbConnectionAuthenticationMode 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 DbConnectionAuthenticationModeModifier and TypeFieldDescriptionstatic final DbConnectionAuthenticationModeDbConnectionAuthenticationMode.IDENTITY_AUTHStatic value IdentityAuth for DbConnectionAuthenticationMode.static final DbConnectionAuthenticationModeDbConnectionAuthenticationMode.SQL_AUTHStatic value SqlAuth for DbConnectionAuthenticationMode.Methods in com.azure.resourcemanager.hdinsight.containers.models that return DbConnectionAuthenticationModeModifier and TypeMethodDescriptionSparkMetastoreSpec.dbConnectionAuthenticationMode()Get the dbConnectionAuthenticationMode property: The authentication mode to connect to your Hive metastore database.DbConnectionAuthenticationMode.fromString(String name) Creates or finds a DbConnectionAuthenticationMode from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type DbConnectionAuthenticationModeModifier and TypeMethodDescriptionDbConnectionAuthenticationMode.values()Gets known DbConnectionAuthenticationMode values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type DbConnectionAuthenticationModeModifier and TypeMethodDescriptionSparkMetastoreSpec.withDbConnectionAuthenticationMode(DbConnectionAuthenticationMode dbConnectionAuthenticationMode) Set the dbConnectionAuthenticationMode property: The authentication mode to connect to your Hive metastore database.