Values.UpdateConfigurationTemplateMessageSourceThe result message containing the options for the specified solution stack.
type nonrec t = {applicationName : ApplicationName.t;The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.
*)templateName : ConfigurationTemplateName.t;The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.
*)description : Description.t option;A new description for the configuration.
*)optionSettings : ConfigurationOptionSettingsList.t option;A list of configuration option settings to update with the new specified option value.
*)optionsToRemove : OptionsSpecifierList.t option;A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined configuration options.
*)}val make :
?description:??? ->
?optionSettings:??? ->
?optionsToRemove:??? ->
applicationName:ApplicationName.t ->
templateName:ConfigurationTemplateName.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 ]