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