Interface Domain.DefinitionStages.WithInputSchema
-
- All Known Subinterfaces:
Domain.Definition,Domain.DefinitionStages.WithCreate
- Enclosing interface:
- Domain.DefinitionStages
public static interface Domain.DefinitionStages.WithInputSchemaThe stage of the Domain definition allowing to specify inputSchema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Domain.DefinitionStages.WithCreatewithInputSchema(InputSchema inputSchema)Specifies the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the domain..
-
-
-
Method Detail
-
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 domain..- Parameters:
inputSchema- This determines the format that Event Grid should expect for incoming events published to the domain.- Returns:
- the next definition stage.
-
-