Values.VirtualServiceProviderSourceAn object that represents the provider for a virtual service.
type nonrec t = {virtualNode : VirtualNodeServiceProvider.t option;The virtual node associated with a virtual service.
*)virtualRouter : VirtualRouterServiceProvider.t option;The virtual router associated with a virtual service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of ResourceName.t ]) list ])
list ]