Azure Regions The /regions resource collection represents all Azure regions available in the Azure account where the Azure VM hosting Veeam Backup for Microsoft Azure runs.Collection URL The resource collection is located at the following URL: https://<hostname>/api/v2/cloudInfrastructure/regionsCollection Representation{ "offset": 0, "limit": 5, "totalCount": 39, "results": [ { "id": "australiaeast", "name": "Australia East" }, { "id": "australiasoutheast", "name": "Australia Southeast" }, { "id": "brazilsouth", "name": "Brazil South" }, { "id": "brazilsoutheast", "name": "Brazil Southeast" }, { "id": "canadacentral", "name": "Canada Central" } ], "_links": { "self": { "href": "https://13.89.239.221:443/api/v2/cloudInfrastructure/regions?offset=0&limit=5&expand=None" }, "next": { "href": "https://13.89.239.221:443/api/v2/cloudInfrastructure/regions?offset=5&limit=5&expand=None" } }}In This SectionSchemasOperations and Methods