Module Values.AutoDisablePolicySource

Defines the rules by which an image pipeline is automatically disabled when it fails.

Sourcetype nonrec t = {
  1. failureCount : AutoDisableFailureCount.t;
    (*

    The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.

    *)
}
Sourceval context_ : string
Sourceval make : failureCount:AutoDisableFailureCount.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of AutoDisableFailureCount.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t