Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.RangerAdminSpecDatabase
Packages that use RangerAdminSpecDatabase
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of RangerAdminSpecDatabase in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type RangerAdminSpecDatabaseModifier and TypeClassDescriptionfinal classThe RangerAdminSpecDatabase model.Methods in com.azure.resourcemanager.hdinsight.containers.models that return RangerAdminSpecDatabaseModifier and TypeMethodDescriptionRangerAdminSpec.database()Get the database property: The database property.static RangerAdminSpecDatabaseRangerAdminSpecDatabase.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RangerAdminSpecDatabase from the JsonReader.Set the host property: The database URL.Set the name property: The database name.RangerAdminSpecDatabase.withPasswordSecretRef(String passwordSecretRef) Set the passwordSecretRef property: Reference for the database password.RangerAdminSpecDatabase.withUsername(String username) Set the username property: The name of the database user.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type RangerAdminSpecDatabaseModifier and TypeMethodDescriptionRangerAdminSpec.withDatabase(RangerAdminSpecDatabase database) Set the database property: The database property.