Delen via


DeliveryMode Struct

Definition

Delivery mode of the event subscription.

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

Constructors

DeliveryMode(String)

Initializes a new instance of DeliveryMode.

Properties

Push

Push.

Queue

Queue.

Methods

Equals(DeliveryMode)

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

Determines if two DeliveryMode values are the same.

Implicit(String to DeliveryMode)

Converts a string to a DeliveryMode.

Inequality(DeliveryMode, DeliveryMode)

Determines if two DeliveryMode values are not the same.

Applies to