Interface Domain.DefinitionStages.WithInputSchema

All Known Subinterfaces:
Domain.Definition, Domain.DefinitionStages.WithCreate
Enclosing interface:
Domain.DefinitionStages

public static interface Domain.DefinitionStages.WithInputSchema
The stage of the Domain definition allowing to specify inputSchema.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the Event Grid Domain Resource..
  • Method Details

    • withInputSchema

      Domain.DefinitionStages.WithCreate withInputSchema(InputSchema inputSchema)
      Specifies the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the Event Grid Domain Resource..
      Parameters:
      inputSchema - This determines the format that Event Grid should expect for incoming events published to the Event Grid Domain Resource.
      Returns:
      the next definition stage.