Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.RangerAdminSpec
Packages that use RangerAdminSpec
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of RangerAdminSpec in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type RangerAdminSpecModifier and TypeClassDescriptionfinal classSpecification for the Ranger Admin service.Methods in com.azure.resourcemanager.hdinsight.containers.models that return RangerAdminSpecModifier and TypeMethodDescriptionstatic RangerAdminSpecRangerAdminSpec.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RangerAdminSpec from the JsonReader.RangerProfile.rangerAdmin()Get the rangerAdmin property: Specification for the Ranger Admin service.RangerAdminSpec.withAdmins(List<String> admins) Set the admins property: List of usernames that should be marked as ranger admins.RangerAdminSpec.withDatabase(RangerAdminSpecDatabase database) Set the database property: The database property.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type RangerAdminSpecModifier and TypeMethodDescriptionRangerProfile.withRangerAdmin(RangerAdminSpec rangerAdmin) Set the rangerAdmin property: Specification for the Ranger Admin service.