| _key | core | string | |
| availability_set | core | json | Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates). Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. |
| diagnostics_profile | core | json | Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15. |
| hardware_profile | core | json | Specifies the hardware settings for the virtual machine. |
| id | core | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| identity | core | json | The identity of the virtual machine, if configured. |
| instance_id | core | string | The virtual machine instance ID. |
| instance_view | core | json | The virtual machine instance view. |
| latest_model_applied | core | bool | Specifies whether the latest model has been applied to the virtual machine. |
| license_type | core | string | Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15 |
| location | core | string | The geo-location where the resource lives |
| model_definition_applied | core | string | Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. |
| name | core | string | The name of the resource |
| network_profile | core | json | Specifies the network interfaces of the virtual machine. |
| network_profile_configuration | core | json | Specifies the network profile configuration of the virtual machine. |
| os_profile | core | json | Specifies the operating system settings for the virtual machine. |
| plan | core | json | Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. |
| priority | core | string | Specifies the priority for the virtual machine. Minimum api-version: 2019-03-01 |
| protection_policy | core | json | Specifies the protection policy of the virtual machine. |
| provisioning_state | core | string | The provisioning state, which only appears in the response. |
| resource_group | core | string | |
| resources | core | json | The virtual machine child extension resources. |
| sku | core | json | The virtual machine SKU. |
| storage_profile | core | json | Specifies the storage settings for the virtual machine disks. |
| subscription_id | core | string | |
| subscription_name | core | string | |
| tags | core | hstore_csv | |
| type | core | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
| vm_id | core | string | Azure VM unique ID. |
| zones | core | array<string> | The virtual machine zones. |