共用方式為


EventGridDomain.InputSchemaMapping Property

Definition

Information about the InputSchemaMapping which specified the info about mapping event payload. 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