CloudLicenseType Table

CloudLicenseType table holds information about the cloud license type of application hosted on cloud.

Table 1. Database columns for CloudLicenseType table

Database Column

Details

CloudLicenseTypeID

Type: integer. Key. Generated ID

A unique identifier for each CloudLicenseType. Possible values and the corresponding default strings are:

  • 1 = BYOL (Azure Hybrid Benefit or license mobility)
  • 2 = PAYG (pay as you go)
  • 3 = Unknown (license type is unknown).
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a cloud license model. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The default display name for cloud license model when translation is not available.