EN
Español
English
Português
    AAM_CLOUD_OS_PROFILE

    Store the operating system profile of virtual machines in the cloud

    Data model

    Fields

    Field Type Description
    computer_name* NVARCHAR (200) Unique VM name linked to the operating system profile
    subscription_id* INT Unique Subscription Identifier
    user_name* NVARCHAR (100) Virtual Machine Administrator User Name
    vm_id* NVARCHAR (100) VM Unique Identifier
    win_update_enabled BIT Flag indicating whether automatic updates are enabled for the Windows VM

    Primary Key

    PK_AAM_CLOUD_OS_PROFILE
    subscription_id, vm_id

    References

    Column Referenced Table Referenced column Name
    subscription_id* dbo.AAM_CLOUD_SYNCHRONIZATION subscription_id FK01_AAM_CLOUD_OS_PROFILE
    vm_id* dbo.AAM_CLOUD_SYNCHRONIZATION vm_id FK01_AAM_CLOUD_OS_PROFILE