Partilhar via


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

Name Description
EventGridEventSchemaType(String)

Initializes a new instance of EventGridEventSchemaType.

Properties

Name Description
CloudEventSchema

CloudEventSchema.

EventGridEventSchema

EventGridEventSchema.

Methods

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

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