NSX-T Data Center REST API

AzureTransitVnetConfig (type)

{
  "additionalProperties": false, 
  "description": "Stores the account IDs and VNet ID related to the transit VNet.", 
  "id": "AzureTransitVnetConfig", 
  "module_id": "AzureVnetInformation", 
  "properties": {
    "account_id": {
      "deprecated": true, 
      "description": "Azure account ID of the transit VNet. This field is deprecated. Field account_id can be learnt using vnet_id. GET /csm/azure/vnets/<vnet-id> API returns associated_account_ids. Hence, this field is optional.", 
      "required": false, 
      "title": "Azure account ID", 
      "type": "string"
    }, 
    "vnet_id": {
      "description": "VNet ID of the transit VNet.", 
      "required": true, 
      "title": "VNet ID", 
      "type": "string"
    }
  }, 
  "title": "Azure Transit VNet Configuration", 
  "type": "object"
}