Schemas
The following JSON schemas are used to represent resources in the /storageAccounts collection in the Veeam Backup for Microsoft Azure REST API. Properties included in schemas can be used as query parameter values in GET requests.
StorageAccountV2
Property | Type | Description |
---|---|---|
id | string | System ID assigned to an Azure storage account in the Veeam Backup for Microsoft Azure REST API. |
resourceId | string | Azure ID assigned to a storage account. |
name | string | Name of the Azure storage account. |
skuName | string | Name of the Azure disk SKU. |
performance | array(string) | Type performance tier specified for the storage account: Standard, Premium. |
redundancy | array(string) | Type of Azure storage data redundancy: Unknown, LRS, GRS, RAGRS, ZRS. |
accessTier | string | Type of the access tier applied to the storage account. |
regionId | string | System ID of the Azure region where the storage account is located. |
regionName | string | Name of the Azure region where the storage account is located. |
removedFromAzure | boolean | Defines whether the storage account is removed from the Azure environment. |
supportsTiering | boolean | Defines whether the storage account supports tiering. |
_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. |