ReconcileCloudServiceApplicationWithByol Table

ReconcileCloudServiceApplicationWithByol is a table storing information about applications and license types for virtual machines hosted in the cloud.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ReconcileCloudServiceApplicationWithByol table

Database Column

Details

CloudService ApplicationWithByolID

Type: integer. Key

A unique identifier for the cloud service having an installed application eligible for Azure hybrid benefit\license mobility.

CloudServiceInstanceID

Type: big integer

A unique identifier for the cloud service instance. Foreign key to the CloudServiceInstance table.

InstanceCloudID

Type: text (max 256 characters)

The ID of the cloud instance.

DefaultCloudLicenseTypeID

Type: integer. Nullable

The cloud license model returned from azure connector. Foreign key to the CloudLicenseType table.

CloudLicenseTypeID

Type: integer. Nullable

The cloud license model updated by user. Foreign key to the CloudLicenseType table.

Overridden

Type: boolean

The boolean value that indicates whether cloud license type is overridden or not.

CloudApplicationTypeID

Type: integer

The application type for application eligible for bring your own license license model. Foreign key to the CloudApplicationType table.

ByolEnabled

Type: boolean

The boolean value indicating whether azure hybrid benefit/license mobility is enabled or not.

ComplianceComputerID

Type: integer. Key. Nullable

The computer associated with the cloud instance. Foreign key to the ComplianceComputer table.

SoftwareTitleID

Type: integer. Key. Nullable

The mapped application for the cloud instance. Foreign key to the SoftwareTitle table