Returns the number of rental licenses for VBR Hyper-V. Simply change the type to return other skus or license usage. This is a useful metric when reconciling services in the Gradient MSP billing module.
sum(LicensingBackupServerUsage[?type ==
VBR_HyperV_VM
].rentalCount)