Schemas
The following JSON schemas are used to represent resources in the /cloudInfrastructure/subscriptions collection in the Veeam Backup for Microsoft Azure REST API. Properties included in schemas represent Microsoft Azure subscription details. Some of the properties can be used as parameters in POST and PUT requests as well as for query parameter values in GET requests.
AzureSubscriptionV2
Property | Type | Description |
---|---|---|
id | string | Azure ID assigned to the Azure subscription. |
environment | array[string] | The type of the Microsoft Azure environment: Global, Germany, China, USGovernment. |
tenantId | string | Azure ID assigned to the tenant. |
tenantName | string | Name of the tenant. |
name | string | Name of the Azure subscription |
status | array[string] | Status of the Azure subscription: Active, Disabled. |
_links | string | A list of methods and operations available for the Azure subscription in the Veeam Backup for Microsoft Azure REST API, and request URLs used to perform the operations. |