Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterConfigFile
Packages that use ClusterConfigFile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterConfigFile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterConfigFileMethods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterConfigFileModifier and TypeMethodDescriptionstatic ClusterConfigFileClusterConfigFile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterConfigFile from the JsonReader.ClusterConfigFile.withContent(String content) Set the content property: Free form content of the entire configuration file.ClusterConfigFile.withEncoding(ContentEncoding encoding) Set the encoding property: This property indicates if the content is encoded and is case-insensitive.ClusterConfigFile.withFileName(String fileName) Set the fileName property: Configuration file name.Set the path property: Path of the config file if content is specified.ClusterConfigFile.withValues(Map<String, String> values) Set the values property: List of key value pairs where key represents a valid service configuration name and value represents the value of the config.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterConfigFileModifier and TypeMethodDescriptionClusterServiceConfig.files()Get the files property: List of Config Files.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterConfigFileModifier and TypeMethodDescriptionClusterServiceConfig.withFiles(List<ClusterConfigFile> files) Set the files property: List of Config Files.