共用方式為


EventGridTopic.InputSchemaMapping Property

Definition

This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema. Please note Azure.ResourceManager.EventGrid.Models.EventGridInputSchemaMapping is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include Azure.ResourceManager.EventGrid.Models.EventGridJsonInputSchemaMapping.

public Azure.Provisioning.EventGrid.EventGridInputSchemaMapping InputSchemaMapping { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.EventGrid.EventGridInputSchemaMapping> InputSchemaMapping { get; set; }
member this.InputSchemaMapping : Azure.Provisioning.EventGrid.EventGridInputSchemaMapping with get, set
member this.InputSchemaMapping : Azure.Provisioning.BicepValue<Azure.Provisioning.EventGrid.EventGridInputSchemaMapping> with get, set
Public Property InputSchemaMapping As EventGridInputSchemaMapping
Public Property InputSchemaMapping As BicepValue(Of EventGridInputSchemaMapping)

Property Value

Applies to