EventGridEventSchemaType Struct

Definition

Supported Event Grid schema types.

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

Constructors

EventGridEventSchemaType(String)

Initializes a new instance of EventGridEventSchemaType.

Properties

CloudEventSchema

CloudEventSchema.

EventGridEventSchema

EventGridEventSchema.

Methods

Equals(EventGridEventSchemaType)

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

Determines if two EventGridEventSchemaType values are the same.

Implicit(String to EventGridEventSchemaType)

Converts a string to a EventGridEventSchemaType.

Inequality(EventGridEventSchemaType, EventGridEventSchemaType)

Determines if two EventGridEventSchemaType values are not the same.

Applies to