Schemas
The following JSON schemas are used to represent resources in the /virtualMachineSizes and /virtualMachineWorkerSizes collection in the Veeam Backup for Microsoft Azure REST API. Properties included in schemas can be used in POST and PUT requests.
VmSizeV2
Property | Type | Description |
---|---|---|
name | string | Name of the Azure VM. |
subscriptionId | string | Azure ID assigned to the Azure subscription. |
maxDataDiskCount | integer($int32) | Maximum number of data disks that can be attached to the specified VM profile. |
memoryInMB | integer($int32) | Memory of the Azure VM. |
numberOfCores | integer($int32) | Number of cores specified for the Azure VM. |
osDiskSizeInMB | integer($int32) | Size of the OS disk attached to the Azure VM. |
resourceDiskSizeInMB | integer($int32) | Size of the resource disk attached to the Azure VM. |
pricePerHour | Information on prices for Azure VM protection. | |
_links | array | A list of methods and operations available for the virtualMachineSizes and /virtualMachineWorkerSizes collections in the Veeam Backup for Microsoft Azure REST API, and request URLs used to perform the operations. |
Property | Type | Description |
---|---|---|
value | number($double) | Price for processing Azure VM per hour. |
currency | string | Specifies the currency. |