Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterServiceConfigsProfile
Packages that use ClusterServiceConfigsProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterServiceConfigsProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterServiceConfigsProfileModifier and TypeClassDescriptionfinal classCluster service configs.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterServiceConfigsProfileModifier and TypeMethodDescriptionstatic ClusterServiceConfigsProfileClusterServiceConfigsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterServiceConfigsProfile from the JsonReader.ClusterServiceConfigsProfile.withConfigs(List<ClusterServiceConfig> configs) Set the configs property: List of service configs.ClusterServiceConfigsProfile.withServiceName(String serviceName) Set the serviceName property: Name of the service the configurations should apply to.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterServiceConfigsProfileModifier and TypeMethodDescriptionClusterProfile.serviceConfigsProfiles()Get the serviceConfigsProfiles property: The service configs profiles.UpdatableClusterProfile.serviceConfigsProfiles()Get the serviceConfigsProfiles property: The service configs profiles.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterServiceConfigsProfileModifier and TypeMethodDescriptionClusterProfile.withServiceConfigsProfiles(List<ClusterServiceConfigsProfile> serviceConfigsProfiles) Set the serviceConfigsProfiles property: The service configs profiles.UpdatableClusterProfile.withServiceConfigsProfiles(List<ClusterServiceConfigsProfile> serviceConfigsProfiles) Set the serviceConfigsProfiles property: The service configs profiles.