Uses of Class
com.azure.resourcemanager.eventhubs.models.SchemaType
Packages that use SchemaType
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of SchemaType in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return SchemaTypeModifier and TypeMethodDescriptionSchemaGroupInner.schemaType()Get the schemaType property: The schemaType property.SchemaGroupProperties.schemaType()Get the schemaType property: The schemaType property.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type SchemaTypeModifier and TypeMethodDescriptionSchemaGroupInner.withSchemaType(SchemaType schemaType) Set the schemaType property: The schemaType property.SchemaGroupProperties.withSchemaType(SchemaType schemaType) Set the schemaType property: The schemaType property. -
Uses of SchemaType in com.azure.resourcemanager.eventhubs.models
Fields in com.azure.resourcemanager.eventhubs.models declared as SchemaTypeModifier and TypeFieldDescriptionstatic final SchemaTypeSchemaType.AVROStatic value Avro for SchemaType.static final SchemaTypeSchemaType.UNKNOWNStatic value Unknown for SchemaType.Methods in com.azure.resourcemanager.eventhubs.models that return SchemaTypeModifier and TypeMethodDescriptionstatic SchemaTypeSchemaType.fromString(String name) Creates or finds a SchemaType from its string representation.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type SchemaTypeModifier and TypeMethodDescriptionstatic Collection<SchemaType> SchemaType.values()Gets known SchemaType values.