Represents a key/value change within metadata or platform properties.
public ConfigurationValueChange(string Key, ConfigurationChangeType ChangeType, string? Before, string? After)
Configuration key.
Nature of the change.
Value before the change.
Value after the change.