Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.CatalogOptions
Packages that use CatalogOptions
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of CatalogOptions in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type CatalogOptionsMethods in com.azure.resourcemanager.hdinsight.containers.models that return CatalogOptionsModifier and TypeMethodDescriptionTrinoProfile.catalogOptions()Get the catalogOptions property: Trino cluster catalog options.static CatalogOptionsCatalogOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CatalogOptions from the JsonReader.CatalogOptions.withHive(List<HiveCatalogOption> hive) Set the hive property: hive catalog options.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type CatalogOptionsModifier and TypeMethodDescriptionTrinoProfile.withCatalogOptions(CatalogOptions catalogOptions) Set the catalogOptions property: Trino cluster catalog options.