Microsoft.EventGrid domains 2019-06-01
Template format
To create a Microsoft.EventGrid/domains resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.EventGrid/domains",
"apiVersion": "2019-06-01",
"location": "string",
"tags": {},
"properties": {},
"resources": []
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.EventGrid/domains object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | Name of the domain. |
type | enum | Yes | Microsoft.EventGrid/domains |
apiVersion | enum | Yes | 2019-06-01 |
location | string | Yes | Location of the resource. |
tags | object | No | Tags of the resource. |
properties | object | Yes | Properties of the domain. - DomainProperties object |
resources | array | No | topics |