Red
|
public class RedCentreLicensingProvider : IDisposable
The RedCentreLicensingProvider type exposes the following members.
Name | Description | |
---|---|---|
CompareJobsAndContainers | Comparing the licensing customer and job records as registered in the Comos DB backing storage is more complicated than it is in the SQL backing storage. All customers with DataLocation Cloud are processed, and those with StorageKey (connect string) values are attempted to be matched-up with Azure Storage Accounts. | |
Dispose | Releases all resources used by the RedCentreLicensingProvider | |
GetNavigationData | Getting the Red Centre licensing navigation tree is complicated because (for historical reasons through Ruby) the underlying Cosmos DB database stores the entities in a different hierarchy and the tree relationships do not join users to customers and jobs. The hack user string fields CloudCustomerNames and JobNames contain a joined set of customer and job names respectively which defines joins loosely on names and not their unique ids. |