Values.GetPositionRequestSourceGet the position information for a given resource. This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead.
type nonrec t = {resourceIdentifier : PositionResourceIdentifier.t;Resource identifier used to retrieve the position information.
*)resourceType : PositionResourceType.t;Resource type of the resource for which position information is retrieved.
*)}val make :
resourceIdentifier:PositionResourceIdentifier.t ->
resourceType:PositionResourceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PositionResourceIdentifier.t ])
list ]