Class InputSchemaMapping

java.lang.Object
com.azure.resourcemanager.eventgrid.models.InputSchemaMapping
Direct Known Subclasses:
JsonInputSchemaMapping

public class InputSchemaMapping extends Object
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 Details

    • InputSchemaMapping

      public InputSchemaMapping()
  • Method Details

    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.