Module Values.DiscoveredResourceSource

Object representing the on-premises resource being migrated.

Sourcetype nonrec t = {
  1. configurationId : ConfigurationId.t;
    (*

    The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.

    *)
  2. description : DiscoveredResourceDescription.t option;
    (*

    A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> configurationId:ConfigurationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfigurationId.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