Domain.DefinitionStages.WithInputSchema Interface

public static interface Domain.DefinitionStages.WithInputSchema

The stage of the Domain definition allowing to specify inputSchema.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withInputSchema(InputSchema inputSchema)

Specifies the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the domain..

Method Details

withInputSchema

public abstract 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.

Applies to

Azure SDK for Java

Latest