Udostępnij przez


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

Name Description
EventInputSchema(String)

Initializes a new instance of EventInputSchema.

Properties

Name Description
CloudEventSchemaV10

CloudEventSchemaV1_0.

Methods

Name Description
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

Name Description
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