Uses of Class
com.azure.resourcemanager.eventgrid.models.InputSchema
-
Packages that use InputSchema Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of InputSchema in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return InputSchema Modifier and Type Method Description InputSchemaDomainInner. inputSchema()Get the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the domain.InputSchemaDomainProperties. inputSchema()Get the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the domain.InputSchemaTopicInner. inputSchema()Get the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the topic.InputSchemaTopicProperties. inputSchema()Get the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the topic.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type InputSchema Modifier and Type Method Description DomainInnerDomainInner. withInputSchema(InputSchema inputSchema)Set the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the domain.DomainPropertiesDomainProperties. withInputSchema(InputSchema inputSchema)Set the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the domain.TopicInnerTopicInner. withInputSchema(InputSchema inputSchema)Set the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the topic.TopicPropertiesTopicProperties. withInputSchema(InputSchema inputSchema)Set the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the topic. -
Uses of InputSchema in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as InputSchema Modifier and Type Field Description static InputSchemaInputSchema. CLOUD_EVENT_SCHEMA_V1_0Static value CloudEventSchemaV1_0 for InputSchema.static InputSchemaInputSchema. CUSTOM_EVENT_SCHEMAStatic value CustomEventSchema for InputSchema.static InputSchemaInputSchema. EVENT_GRID_SCHEMAStatic value EventGridSchema for InputSchema.Methods in com.azure.resourcemanager.eventgrid.models that return InputSchema Modifier and Type Method Description static InputSchemaInputSchema. fromString(String name)Creates or finds a InputSchema from its string representation.InputSchemaDomain. inputSchema()Gets the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the domain.InputSchemaTopic. inputSchema()Gets the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the topic.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type InputSchema Modifier and Type Method Description static Collection<InputSchema>InputSchema. values()Methods in com.azure.resourcemanager.eventgrid.models with parameters of type InputSchema Modifier and Type Method Description Domain.DefinitionStages.WithCreateDomain.DefinitionStages.WithInputSchema. withInputSchema(InputSchema inputSchema)Specifies the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the domain..Topic.DefinitionStages.WithCreateTopic.DefinitionStages.WithInputSchema. withInputSchema(InputSchema inputSchema)Specifies the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the topic..
-