EventGridJsonInputSchemaMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema.
public class EventGridJsonInputSchemaMapping : Azure.ResourceManager.EventGrid.Models.EventGridInputSchemaMapping
public class EventGridJsonInputSchemaMapping : Azure.ResourceManager.EventGrid.Models.EventGridInputSchemaMapping, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.EventGridJsonInputSchemaMapping>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.EventGridJsonInputSchemaMapping>
type EventGridJsonInputSchemaMapping = class
inherit EventGridInputSchemaMapping
type EventGridJsonInputSchemaMapping = class
inherit EventGridInputSchemaMapping
interface IJsonModel<EventGridJsonInputSchemaMapping>
interface IPersistableModel<EventGridJsonInputSchemaMapping>
Public Class EventGridJsonInputSchemaMapping
Inherits EventGridInputSchemaMapping
Public Class EventGridJsonInputSchemaMapping
Inherits EventGridInputSchemaMapping
Implements IJsonModel(Of EventGridJsonInputSchemaMapping), IPersistableModel(Of EventGridJsonInputSchemaMapping)
- Inheritance
- Implements
Constructors
EventGridJsonInputSchemaMapping() |
Initializes a new instance of EventGridJsonInputSchemaMapping. |
Properties
DataVersion |
The mapping information for the DataVersion property of the Event Grid Event. |
EventTimeSourceField |
Name of a field in the input event schema that's to be used as the source of a mapping. |
EventType |
The mapping information for the EventType property of the Event Grid Event. |
IdSourceField |
Name of a field in the input event schema that's to be used as the source of a mapping. |
Subject |
The mapping information for the Subject property of the Event Grid Event. |
TopicSourceField |
Name of a field in the input event schema that's to be used as the source of a mapping. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET