NSX-T Data Center REST API
AzureResourceGroup (type)
{
"additionalProperties": false,
"description": "Stores Azure resource group information.",
"extends": {
"$ref": "Resource
},
"id": "AzureResourceGroup",
"module_id": "CloudServiceManager",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink,
"readonly": true,
"title": "Link to this resource"
},
"resource_group_id": {
"description": "Id of resource group.",
"required": false,
"title": "Id of resource group",
"type": "string"
},
"resource_group_name": {
"description": "Name of resource group.",
"required": false,
"title": "Name of resource group",
"type": "string"
}
},
"title": "Azure Resource Group",
"type": "object"
}