你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventGridJsonInputSchemaMapping 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这样就可以使用自定义输入架构发布到事件网格。 这可用于将属性从自定义输入 JSON 架构映射到事件网格事件架构。
public class EventGridJsonInputSchemaMapping : Azure.ResourceManager.EventGrid.Models.EventGridInputSchemaMapping
type EventGridJsonInputSchemaMapping = class
inherit EventGridInputSchemaMapping
Public Class EventGridJsonInputSchemaMapping
Inherits EventGridInputSchemaMapping
- 继承
构造函数
EventGridJsonInputSchemaMapping() |
初始化 EventGridJsonInputSchemaMapping 的新实例。 |
属性
DataVersion |
事件网格事件的 DataVersion 属性的映射信息。 |
EventTimeSourceField |
要用作映射源的输入事件架构中的字段的名称。 |
EventType |
事件网格事件的 EventType 属性的映射信息。 |
IdSourceField |
要用作映射源的输入事件架构中的字段的名称。 |
Subject |
事件网格事件的 Subject 属性的映射信息。 |
TopicSourceField |
要用作映射源的输入事件架构中的字段的名称。 |