Module Values_1.StartExecutionPreviewRequestSource

Initiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources.

Sourcetype nonrec t = {
  1. documentName : Values_0.DocumentName.t;
    (*

    The name of the Automation runbook to run. The result of the execution preview indicates what the impact would be of running this runbook.

    *)
  2. documentVersion : Values_0.DocumentVersion.t option;
    (*

    The version of the Automation runbook to run. The default value is $DEFAULT.

    *)
  3. executionInputs : ExecutionInputs.t option;
    (*

    Information about the inputs that can be specified for the preview operation.

    *)
}
Sourceval context_ : string
Sourceval make : ?documentVersion:??? -> ?executionInputs:??? -> documentName:Values_0.DocumentName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DocumentName.t | `Structure of (string * [> `Structure of (string * [> `List of [> `Map of ([> `String of string ] * [> `List of [> `String of string ] list ]) list | `Structure of (string * [> `Boolean of bool | `List of [> `String of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `List of [> `String of string ] list ]) list | `String of string ]) list ]) list ]) 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