Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.RangerProfile
Packages that use RangerProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of RangerProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type RangerProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return RangerProfileModifier and TypeMethodDescriptionstatic RangerProfileRangerProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RangerProfile from the JsonReader.ClusterProfile.rangerProfile()Get the rangerProfile property: The ranger cluster profile.UpdatableClusterProfile.rangerProfile()Get the rangerProfile property: The ranger cluster profile.RangerProfile.withRangerAdmin(RangerAdminSpec rangerAdmin) Set the rangerAdmin property: Specification for the Ranger Admin service.RangerProfile.withRangerAudit(RangerAuditSpec rangerAudit) Set the rangerAudit property: Properties required to describe audit log storage.RangerProfile.withRangerUsersync(RangerUsersyncSpec rangerUsersync) Set the rangerUsersync property: Specification for the Ranger Usersync service.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type RangerProfileModifier and TypeMethodDescriptionClusterProfile.withRangerProfile(RangerProfile rangerProfile) Set the rangerProfile property: The ranger cluster profile.UpdatableClusterProfile.withRangerProfile(RangerProfile rangerProfile) Set the rangerProfile property: The ranger cluster profile.