Condividi tramite


EventGridInputSchema Struct

Definition

This determines the format that Event Grid should expect for incoming events published to the Event Grid Domain Resource.

public readonly struct EventGridInputSchema : IEquatable<Azure.ResourceManager.EventGrid.Models.EventGridInputSchema>
type EventGridInputSchema = struct
Public Structure EventGridInputSchema
Implements IEquatable(Of EventGridInputSchema)
Inheritance
EventGridInputSchema
Implements

Constructors

EventGridInputSchema(String)

Initializes a new instance of EventGridInputSchema.

Properties

CloudEventSchemaV1_0

CloudEventSchemaV1_0.

CustomEventSchema

CustomEventSchema.

EventGridSchema

EventGridSchema.

Methods

Equals(EventGridInputSchema)

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(EventGridInputSchema, EventGridInputSchema)

Determines if two EventGridInputSchema values are the same.

Implicit(String to EventGridInputSchema)

Converts a string to a EventGridInputSchema.

Inequality(EventGridInputSchema, EventGridInputSchema)

Determines if two EventGridInputSchema values are not the same.

Applies to