EventInputSchema Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This determines the format that is expected for incoming events published to the topic.
public readonly struct EventInputSchema : IEquatable<Azure.ResourceManager.EventGrid.Models.EventInputSchema>
type EventInputSchema = struct
Public Structure EventInputSchema
Implements IEquatable(Of EventInputSchema)
- Inheritance
-
EventInputSchema
- Implements
Constructors
EventInputSchema(String) |
Initializes a new instance of EventInputSchema. |
Properties
CloudEventSchemaV10 |
CloudEventSchemaV1_0. |
Methods
Equals(EventInputSchema) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(EventInputSchema, EventInputSchema) |
Determines if two EventInputSchema values are the same. |
Implicit(String to EventInputSchema) |
Converts a string to a EventInputSchema. |
Inequality(EventInputSchema, EventInputSchema) |
Determines if two EventInputSchema values are not the same. |
Applies to
Azure SDK for .NET