Values.LicenseConversionContextSourceInformation about a license type conversion task.
type nonrec t = {usageOperation : UsageOperation.t option;The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
*)productCodes : ProductCodeList.t option;Product codes referred to in the license conversion process.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of ProductCodeId.t ])
list ]
list
| `String of UsageOperation.t ])
list ]