The namespaces/schemagroups resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.EventHub/namespaces/schemagroups resource, add the following JSON to your template.
{
"type": "Microsoft.EventHub/namespaces/schemagroups",
"apiVersion": "2024-01-01",
"name": "string",
"properties": {
"groupProperties": {
"schemaCompatibility": "string",
"schemaType": "string",
"{customized property}": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.EventHub/namespaces/schemagroups' |
apiVersion | The resource api version | '2024-01-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | SchemaGroupProperties |
Name | Description | Value |
---|---|---|
groupProperties | dictionary object for SchemaGroup group properties | SchemaGroupProperties |
schemaCompatibility | 'Backward' 'Forward' 'None' |
|
schemaType | 'Avro' 'Unknown' |
|
{customized property} | string |