Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterServiceConfig
Packages that use ClusterServiceConfig
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterServiceConfig in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterServiceConfigMethods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterServiceConfigModifier and TypeMethodDescriptionstatic ClusterServiceConfigClusterServiceConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterServiceConfig from the JsonReader.ClusterServiceConfig.withComponent(String component) Set the component property: Name of the component the config files should apply to.ClusterServiceConfig.withFiles(List<ClusterConfigFile> files) Set the files property: List of Config Files.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterServiceConfigModifier and TypeMethodDescriptionClusterServiceConfigsProfile.configs()Get the configs property: List of service configs.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterServiceConfigModifier and TypeMethodDescriptionClusterServiceConfigsProfile.withConfigs(List<ClusterServiceConfig> configs) Set the configs property: List of service configs.