Udostępnij przez


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

Name Description
DeliveryMode(String)

Initializes a new instance of DeliveryMode.

Properties

Name Description
Push

Push.

Queue

Queue.

Methods

Name Description
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

Name Description
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