Share via


InputSchemaMapping Class

  • java.lang.Object
    • com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InputSchemaMapping

public class InputSchemaMapping

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'.

Constructor Summary

Constructor Description
InputSchemaMapping()

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

InputSchemaMapping

public InputSchemaMapping()

Applies to