Schemas
The following JSON schemas are used to represent resources in the /cloudInfrastructure/elasticPool collection in the Veeam Backup for Microsoft Azure REST API. Properties included in schemas can be used as query parameter values in GET requests.
SqlElasticPoolV3
Property | Type | Description |
---|---|---|
databaseStorageCapacityMb | integer($int32) | The maximum amount of space that a database can provide. |
dtu | integer($int32) | The applied amount of database transactions units. |
id | string | Azure ID assigned to an elastic pool. |
name | string | Name of the elastic pool. |
regionId | string | System ID assigned to an Azure region in Veeam Backup for Microsoft Azure REST API. |
resourceId | string | System ID assigned to an elastic pool in Veeam Backup for Microsoft Azure REST API. |
serverId | string | Azure ID assigned to an SQL Server. |
state | string | State of the elastic pool. |
poolStorageCapacityMb | integer($int32) | The maximum amount of space that an elastic pool can provide. |
subscriptionId | string | Azure ID assigned to an Azure subscription. |
_links | array | A list of methods and operations available for the Azure storage account in the Veeam Backup for Microsoft Azure REST API, and request URLs used to perform the operations. |