Delen via


EventInputSchema Struct

Definition

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