EventDeliverySchema Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
EventDeliverySchema(String) |
Initializes a new instance of EventDeliverySchema. |
Properties
CloudEventSchemaV1_0 |
CloudEventSchemaV1_0. |
CustomInputSchema |
CustomInputSchema. |
EventGridSchema |
EventGridSchema. |
Methods
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
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
Azure SDK for .NET