Delen via


DeliverySchema Struct

Definition

The event delivery schema for the event subscription.

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

Constructors

DeliverySchema(String)

Initializes a new instance of DeliverySchema.

Properties

CloudEventSchemaV10

CloudEventSchemaV1_0.

Methods

Equals(DeliverySchema)

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

Determines if two DeliverySchema values are the same.

Implicit(String to DeliverySchema)

Converts a string to a DeliverySchema.

Inequality(DeliverySchema, DeliverySchema)

Determines if two DeliverySchema values are not the same.

Applies to