The partnerRegistrations 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.EventGrid/partnerRegistrations resource, add the following JSON to your template.
{
"type": "Microsoft.EventGrid/partnerRegistrations",
"apiVersion": "2023-12-15-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"partnerRegistrationImmutableId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.EventGrid/partnerRegistrations' |
apiVersion | The resource api version | '2023-12-15-preview' |
name | The resource name | string (required) |
location | Location of the resource. | string (required) |
tags | Tags of the resource. | Dictionary of tag names and values. See Tags in templates |
properties | Properties of the partner registration. | PartnerRegistrationProperties |
Name | Description | Value |
---|---|---|
partnerRegistrationImmutableId | The immutableId of the corresponding partner registration. Note: This property is marked for deprecation and is not supported in any future GA API version |
string Constraints: Min length = 36 Max length = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |