Udostępnij przez


EventDeliverySchema Struct

Definition

The event delivery schema for the event subscription.

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

Constructors

Name Description
EventDeliverySchema(String)

Initializes a new instance of EventDeliverySchema.

Properties

Name Description
CloudEventSchemaV1_0

CloudEventSchemaV1_0.

CustomInputSchema

CustomInputSchema.

EventGridSchema

EventGridSchema.

Methods

Name Description
Equals(EventDeliverySchema)

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

Determines if two EventDeliverySchema values are the same.

Implicit(String to EventDeliverySchema)

Converts a String to a EventDeliverySchema.

Inequality(EventDeliverySchema, EventDeliverySchema)

Determines if two EventDeliverySchema values are not the same.

Applies to