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