CloudProviderService
Cloud service information.
erDiagram
CloudProvider ||--o{ CloudProviderService : "CloudProviderID"
CloudProviderService ||--o{ CloudProviderAccountLicensingPlanCloudProviderService : "CloudProviderServiceID"
Fields
| Field |
Type |
Description |
| CloudProviderID |
numeric |
Internal ID that references the CloudProvider entity (Foreign Key) |
| FriendlyName |
string |
Friendly name of the service if available by code translation, SKU otherwise |
| ID |
numeric |
Internal ID for the CloudProviderService entity (Primary Key) |
| Sku |
string |
SKU of the service |
| TargetClass |
string |
Target class of the service |
References
| Column Name |
Referenced Table |
Description |
| CloudProviderID |
CloudProvider |
Cloud provider information |
Referenced by