Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.TrinoProfile
Packages that use TrinoProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of TrinoProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type TrinoProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return TrinoProfileModifier and TypeMethodDescriptionstatic TrinoProfileTrinoProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TrinoProfile from the JsonReader.ClusterProfile.trinoProfile()Get the trinoProfile property: Trino Cluster profile.UpdatableClusterProfile.trinoProfile()Get the trinoProfile property: Trino Cluster profile.TrinoProfile.withCatalogOptions(CatalogOptions catalogOptions) Set the catalogOptions property: Trino cluster catalog options.TrinoProfile.withCoordinator(TrinoCoordinator coordinator) Set the coordinator property: Trino Coordinator.TrinoProfile.withUserPluginsSpec(TrinoUserPlugins userPluginsSpec) Set the userPluginsSpec property: Trino user plugins spec.TrinoProfile.withUserTelemetrySpec(TrinoUserTelemetry userTelemetrySpec) Set the userTelemetrySpec property: User telemetry.TrinoProfile.withWorker(TrinoWorker worker) Set the worker property: Trino worker.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type TrinoProfileModifier and TypeMethodDescriptionClusterProfile.withTrinoProfile(TrinoProfile trinoProfile) Set the trinoProfile property: Trino Cluster profile.UpdatableClusterProfile.withTrinoProfile(TrinoProfile trinoProfile) Set the trinoProfile property: Trino Cluster profile.