Uses of Class
com.azure.resourcemanager.eventgrid.models.JsonFieldWithDefault
-
Packages that use JsonFieldWithDefault 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 JsonFieldWithDefault in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return JsonFieldWithDefault Modifier and Type Method Description JsonFieldWithDefaultJsonInputSchemaMappingProperties. dataVersion()Get the dataVersion property: The mapping information for the DataVersion property of the Event Grid Event.JsonFieldWithDefaultJsonInputSchemaMappingProperties. eventType()Get the eventType property: The mapping information for the EventType property of the Event Grid Event.JsonFieldWithDefaultJsonInputSchemaMappingProperties. subject()Get the subject property: The mapping information for the Subject property of the Event Grid Event.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type JsonFieldWithDefault Modifier and Type Method Description JsonInputSchemaMappingPropertiesJsonInputSchemaMappingProperties. withDataVersion(JsonFieldWithDefault dataVersion)Set the dataVersion property: The mapping information for the DataVersion property of the Event Grid Event.JsonInputSchemaMappingPropertiesJsonInputSchemaMappingProperties. withEventType(JsonFieldWithDefault eventType)Set the eventType property: The mapping information for the EventType property of the Event Grid Event.JsonInputSchemaMappingPropertiesJsonInputSchemaMappingProperties. withSubject(JsonFieldWithDefault subject)Set the subject property: The mapping information for the Subject property of the Event Grid Event. -
Uses of JsonFieldWithDefault in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return JsonFieldWithDefault Modifier and Type Method Description JsonFieldWithDefaultJsonInputSchemaMapping. dataVersion()Get the dataVersion property: The mapping information for the DataVersion property of the Event Grid Event.JsonFieldWithDefaultJsonInputSchemaMapping. eventType()Get the eventType property: The mapping information for the EventType property of the Event Grid Event.JsonFieldWithDefaultJsonInputSchemaMapping. subject()Get the subject property: The mapping information for the Subject property of the Event Grid Event.JsonFieldWithDefaultJsonFieldWithDefault. withDefaultValue(String defaultValue)Set the defaultValue property: The default value to be used for mapping when a SourceField is not provided or if there's no property with the specified name in the published JSON event payload.JsonFieldWithDefaultJsonFieldWithDefault. 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 JsonFieldWithDefault Modifier and Type Method Description JsonInputSchemaMappingJsonInputSchemaMapping. withDataVersion(JsonFieldWithDefault dataVersion)Set the dataVersion property: The mapping information for the DataVersion property of the Event Grid Event.JsonInputSchemaMappingJsonInputSchemaMapping. withEventType(JsonFieldWithDefault eventType)Set the eventType property: The mapping information for the EventType property of the Event Grid Event.JsonInputSchemaMappingJsonInputSchemaMapping. withSubject(JsonFieldWithDefault subject)Set the subject property: The mapping information for the Subject property of the Event Grid Event.
-