Module Values_0.ExecutionPropertySource

An execution property of a job.

Sourcetype nonrec t = {
  1. maxConcurrentRuns : MaxConcurrentRuns.t option;
    (*

    The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.

    *)
}
Sourceval make : ?maxConcurrentRuns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxConcurrentRuns.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