Microsoft.EventGrid verifiedPartners 2021-10-15-preview
Bicep resource definition
The verifiedPartners 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/verifiedPartners resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.EventGrid/verifiedPartners@2021-10-15-preview' = {
name: 'string'
}
Property Values
Microsoft.EventGrid/verifiedPartners
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
ARM template resource definition
The verifiedPartners 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/verifiedPartners resource, add the following JSON to your template.
{
"type": "Microsoft.EventGrid/verifiedPartners",
"apiVersion": "2021-10-15-preview",
"name": "string"
}
Property Values
Microsoft.EventGrid/verifiedPartners
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2021-10-15-preview' |
name | The resource name | string (required) |
type | The resource type | 'Microsoft.EventGrid/verifiedPartners' |
Usage Examples
Terraform (AzAPI provider) resource definition
The verifiedPartners 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/verifiedPartners resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.EventGrid/verifiedPartners@2021-10-15-preview"
name = "string"
}
Property Values
Microsoft.EventGrid/verifiedPartners
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
type | The resource type | "Microsoft.EventGrid/verifiedPartners@2021-10-15-preview" |