Uses of Class
com.azure.resourcemanager.eventgrid.models.InputSchemaMapping
-
Packages that use InputSchemaMapping 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 InputSchemaMapping in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return InputSchemaMapping Modifier and Type Method Description InputSchemaMappingDomainInner. inputSchemaMapping()Get the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload.InputSchemaMappingDomainProperties. inputSchemaMapping()Get the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload.InputSchemaMappingTopicInner. inputSchemaMapping()Get the inputSchemaMapping property: This enables publishing using custom event schemas.InputSchemaMappingTopicProperties. inputSchemaMapping()Get the inputSchemaMapping property: This enables publishing using custom event schemas.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type InputSchemaMapping Modifier and Type Method Description DomainInnerDomainInner. withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Set the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload.DomainPropertiesDomainProperties. withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Set the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload.TopicInnerTopicInner. withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Set the inputSchemaMapping property: This enables publishing using custom event schemas.TopicPropertiesTopicProperties. withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Set the inputSchemaMapping property: This enables publishing using custom event schemas. -
Uses of InputSchemaMapping in com.azure.resourcemanager.eventgrid.models
Subclasses of InputSchemaMapping in com.azure.resourcemanager.eventgrid.models Modifier and Type Class Description classJsonInputSchemaMappingThis enables publishing to Event Grid using a custom input schema.Methods in com.azure.resourcemanager.eventgrid.models that return InputSchemaMapping Modifier and Type Method Description InputSchemaMappingDomain. inputSchemaMapping()Gets the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload.InputSchemaMappingTopic. inputSchemaMapping()Gets the inputSchemaMapping property: This enables publishing using custom event schemas.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type InputSchemaMapping Modifier and Type Method Description Domain.DefinitionStages.WithCreateDomain.DefinitionStages.WithInputSchemaMapping. withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Specifies the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload..Topic.DefinitionStages.WithCreateTopic.DefinitionStages.WithInputSchemaMapping. withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Specifies the inputSchemaMapping property: This enables publishing using custom event schemas.
-