Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.RangerUsersyncMode
Packages that use RangerUsersyncMode
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of RangerUsersyncMode in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type RangerUsersyncMode in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classUser & groups can be synced automatically or via a static list that's refreshed.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as RangerUsersyncModeModifier and TypeFieldDescriptionstatic final RangerUsersyncModeRangerUsersyncMode.AUTOMATICStatic value automatic for RangerUsersyncMode.static final RangerUsersyncModeRangerUsersyncMode.STATICStatic value static for RangerUsersyncMode.Methods in com.azure.resourcemanager.hdinsight.containers.models that return RangerUsersyncModeModifier and TypeMethodDescriptionstatic RangerUsersyncModeRangerUsersyncMode.fromString(String name) Creates or finds a RangerUsersyncMode from its string representation.RangerUsersyncSpec.mode()Get the mode property: User & groups can be synced automatically or via a static list that's refreshed.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type RangerUsersyncModeModifier and TypeMethodDescriptionstatic Collection<RangerUsersyncMode> RangerUsersyncMode.values()Gets known RangerUsersyncMode values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type RangerUsersyncModeModifier and TypeMethodDescriptionRangerUsersyncSpec.withMode(RangerUsersyncMode mode) Set the mode property: User & groups can be synced automatically or via a static list that's refreshed.