Uses of Class
com.azure.resourcemanager.eventgrid.models.JsonField
-
Packages that use JsonField 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 JsonField in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return JsonField Modifier and Type Method Description JsonFieldJsonInputSchemaMappingProperties. eventTime()Get the eventTime property: The mapping information for the EventTime property of the Event Grid Event.JsonFieldJsonInputSchemaMappingProperties. id()Get the id property: The mapping information for the Id property of the Event Grid Event.JsonFieldJsonInputSchemaMappingProperties. topic()Get the topic property: The mapping information for the Topic property of the Event Grid Event.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type JsonField Modifier and Type Method Description JsonInputSchemaMappingPropertiesJsonInputSchemaMappingProperties. withEventTime(JsonField eventTime)Set the eventTime property: The mapping information for the EventTime property of the Event Grid Event.JsonInputSchemaMappingPropertiesJsonInputSchemaMappingProperties. withId(JsonField id)Set the id property: The mapping information for the Id property of the Event Grid Event.JsonInputSchemaMappingPropertiesJsonInputSchemaMappingProperties. withTopic(JsonField topic)Set the topic property: The mapping information for the Topic property of the Event Grid Event. -
Uses of JsonField in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return JsonField Modifier and Type Method Description JsonFieldJsonInputSchemaMapping. eventTime()Get the eventTime property: The mapping information for the EventTime property of the Event Grid Event.JsonFieldJsonInputSchemaMapping. id()Get the id property: The mapping information for the Id property of the Event Grid Event.JsonFieldJsonInputSchemaMapping. topic()Get the topic property: The mapping information for the Topic property of the Event Grid Event.JsonFieldJsonField. withSourceField(String sourceField)Set the sourceField property: Name of a field in the input event schema that's to be used as the source of a mapping.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type JsonField Modifier and Type Method Description JsonInputSchemaMappingJsonInputSchemaMapping. withEventTime(JsonField eventTime)Set the eventTime property: The mapping information for the EventTime property of the Event Grid Event.JsonInputSchemaMappingJsonInputSchemaMapping. withId(JsonField id)Set the id property: The mapping information for the Id property of the Event Grid Event.JsonInputSchemaMappingJsonInputSchemaMapping. withTopic(JsonField topic)Set the topic property: The mapping information for the Topic property of the Event Grid Event.
-