你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InputSchemaMapping interface
By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only supported type of InputSchemaMapping is 'JsonInputSchemaMapping'.
Properties
input |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
inputSchemaMappingType
Polymorphic discriminator, which specifies the different types this object can be
inputSchemaMappingType: "Json"
Property Value
"Json"