VMHostManagedBySoftware Table

VMHostManagedBySoftware stores relationships between management software and VM hosts it manages. The RelationTypeID specifies the context of these relationships

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 VMHostManagedBySoftware table

Database Column

Details

VMHostManagedBySoftwareID

Type: integer. Key. Generated ID

The primary key of VMHostManagedBySoftware.

InstalledSoftwareID

Type: integer. Key

A unique identifier of an InstalledSoftware.

RelationTypeID

Type: integer. Key

The type of relationship between management software and the VM hosts. Foreign key to the RelationType table.

ComplianceComputerID

Type: integer. Key

A unique identifier of a ComplianceComputer.