Values.ValidateConfigurationSettingsMessageSourceA list of validation messages for a specified configuration template.
type nonrec t = {applicationName : ApplicationName.t;The name of the application that the configuration template or environment belongs to.
*)templateName : ConfigurationTemplateName.t option;The name of the configuration template to validate the settings against. Condition: You cannot specify both this and an environment name.
*)environmentName : EnvironmentName.t option;The name of the environment to validate the settings against. Condition: You cannot specify both this and a configuration template name.
*)optionSettings : ConfigurationOptionSettingsList.t;A list of the options and desired values to evaluate.
*)}val make :
?templateName:??? ->
?environmentName:??? ->
applicationName:ApplicationName.t ->
optionSettings:ConfigurationOptionSettingsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ResourceName.t ]) list ]
list
| `String of ApplicationName.t ])
list ]