Values.AppliedExtensionSourceAn extension that was invoked during a deployment.
type nonrec t = {extensionId : Id.t option;The system-generated ID of the extension.
*)extensionAssociationId : Id.t option;The system-generated ID for the association.
*)versionNumber : Integer.t option;The extension version number.
*)parameters : ParameterValueMap.t option;One or more parameters for the actions called by the extension.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `Map of
([> `String of ExtensionOrParameterName.t ]
* [> `String of StringWithLengthBetween1And2048.t ])
list
| `String of Id.t ])
list ]