DeliverySchema 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 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
Azure SDK for .NET