Stores the details of the operating system image associated with the VM storage profile in the cloud
Data model

Fields
| Field |
Type |
Description |
| exact_version* |
NVARCHAR (160) |
Virtual machine operating system-specific version |
| offer* |
NVARCHAR (160) |
Virtual machine operating system family |
| os_disk_id* |
INT |
Operating system type identifier of the virtual machine’s primary disk |
| publisher* |
NVARCHAR (160) |
Virtual machine operating system editor |
| sku* |
NVARCHAR (160) |
Editing the VM operating system |
| storage_data_disk |
INT |
Storage capacity allocated to the VM’s additional data disks (excludes the operating system disk) |
| subscription_id* |
INT |
Unique Subscription Identifier |
| version* |
NVARCHAR (160) |
General version of the virtual machine operating system |
| vm_id* |
NVARCHAR (100) |
VM Unique Identifier |
Primary Key
| PK_AAM_CLOUD_STORAGE_PROFILE |
| subscription_id, vm_id |
References