InputSchemaMapping Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.models.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()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

InputSchemaMapping

public InputSchemaMapping()

Method Details

validate

public void validate()

Validates the instance.

Applies to