Microsoft.EventGrid domains/topics 2018-09-15-preview
Bicep resource definition
The domains/topics resource type can exist at: Resource groups
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the existing
keyword.
Resource format
To create a Microsoft.EventGrid/domains/topics resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.EventGrid/domains/topics@2018-09-15-preview' existing = {
name: 'string'
}
Property values
domains/topics
Name | Description | Value |
---|---|---|
name | The name of the existing resource. See how to set names and types for child resources in Bicep. |
string (required) Character limit: 3-50 Valid characters: Alphanumerics and hyphens. |
ARM template resource definition
The domains/topics resource type can exist at: Resource groups
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the reference
function.
Resource format
To create a Microsoft.EventGrid/domains/topics resource, add the following JSON to your template.
[reference(resourceId('Microsoft.EventGrid/domains/topics', '{name}'), '2018-09-15-preview')]
Property values
domains/topics
Name | Description | Value |
---|---|---|
name | The name of the existing resource. See how to set names and types for child resources in JSON ARM templates. |
string (required) Character limit: 3-50 Valid characters: Alphanumerics and hyphens. |
Terraform (AzAPI provider) resource definition
The domains/topics resource type can exist at: Resource groups
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the data
keyword.
Resource format
To create a Microsoft.EventGrid/domains/topics resource, add the following Terraform to your template.
data "azapi_resource" "symbolicname" {
type = "Microsoft.EventGrid/domains/topics@2018-09-15-preview"
name = "string"
parent_id = "string"
}
Property values
domains/topics
Name | Description | Value |
---|---|---|
name | The name of the existing resource. | string (required) Character limit: 3-50 Valid characters: Alphanumerics and hyphens. |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: domains |