Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.TrinoUserPlugin
Packages that use TrinoUserPlugin
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of TrinoUserPlugin in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type TrinoUserPluginMethods in com.azure.resourcemanager.hdinsight.containers.models that return TrinoUserPluginModifier and TypeMethodDescriptionstatic TrinoUserPluginTrinoUserPlugin.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TrinoUserPlugin from the JsonReader.TrinoUserPlugin.withEnabled(Boolean enabled) Set the enabled property: Denotes whether the plugin is active or not.Set the name property: This field maps to the sub-directory in trino plugins location, that will contain all the plugins under path.Set the path property: Fully qualified path to the folder containing the plugins.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type TrinoUserPluginModifier and TypeMethodDescriptionTrinoUserPlugins.plugins()Get the plugins property: Trino user plugins.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type TrinoUserPluginModifier and TypeMethodDescriptionTrinoUserPlugins.withPlugins(List<TrinoUserPlugin> plugins) Set the plugins property: Trino user plugins.