Module Values.WindowsConfigurationSource

Windows-specific configuration settings for an ISO import, including the edition to install from a multi-edition Windows ISO file.

Sourcetype nonrec t = {
  1. imageIndex : WindowsConfigurationImageIndex.t;
    (*

    The 1-based index that specifies which Windows edition to install from a multi-edition Windows ISO file. A Windows ISO can contain a .wim file with multiple image indexes, each representing a different edition.

    *)
}
Sourceval context_ : string
Sourceval make : imageIndex:WindowsConfigurationImageIndex.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of WindowsConfigurationImageIndex.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