Microsoft.EventGrid topicTypes 2019-02-01-preview
- Latest
- 2024-12-15-preview
- 2024-06-01-preview
- 2023-12-15-preview
- 2023-06-01-preview
- 2022-06-15
- 2021-12-01
- 2021-10-15-preview
- 2021-06-01-preview
- 2020-10-15-preview
- 2020-06-01
- 2020-04-01-preview
- 2020-01-01-preview
- 2019-06-01
- 2019-02-01-preview
- 2019-01-01
- 2018-09-15-preview
- 2018-05-01-preview
- 2018-01-01
- 2017-09-15-preview
- 2017-06-15-preview
Bicep resource definition
The topicTypes resource type can be deployed with operations that target:
- Tenant - See tenant deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.EventGrid/topicTypes resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.EventGrid/topicTypes@2019-02-01-preview' = {
name: 'string'
}
Property Values
Microsoft.EventGrid/topicTypes
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
ARM template resource definition
The topicTypes resource type can be deployed with operations that target:
- Tenant - See tenant deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.EventGrid/topicTypes resource, add the following JSON to your template.
{
"type": "Microsoft.EventGrid/topicTypes",
"apiVersion": "2019-02-01-preview",
"name": "string"
}
Property Values
Microsoft.EventGrid/topicTypes
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2019-02-01-preview' |
name | The resource name | string (required) |
type | The resource type | 'Microsoft.EventGrid/topicTypes' |
Usage Examples
Terraform (AzAPI provider) resource definition
The topicTypes resource type can be deployed with operations that target:
- Tenant
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.EventGrid/topicTypes resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.EventGrid/topicTypes@2019-02-01-preview"
name = "string"
}
Property Values
Microsoft.EventGrid/topicTypes
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
type | The resource type | "Microsoft.EventGrid/topicTypes@2019-02-01-preview" |