Values.AutoDisablePolicySourceDefines the rules by which an image pipeline is automatically disabled when it fails.
type nonrec t = {failureCount : AutoDisableFailureCount.t;The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of AutoDisableFailureCount.t ]) list ]