AcsMessageDeliveryStatus 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 updated message status.
public readonly struct AcsMessageDeliveryStatus : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsMessageDeliveryStatus>
type AcsMessageDeliveryStatus = struct
Public Structure AcsMessageDeliveryStatus
Implements IEquatable(Of AcsMessageDeliveryStatus)
- Inheritance
-
AcsMessageDeliveryStatus
- Implements
Constructors
AcsMessageDeliveryStatus(String) |
Initializes a new instance of AcsMessageDeliveryStatus. |
Properties
Delivered |
delivered. |
Failed |
failed. |
Read |
read. |
Sent |
sent. |
Unknown |
unknown. |
Warning |
warning. |
Methods
Equals(AcsMessageDeliveryStatus) |
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(AcsMessageDeliveryStatus, AcsMessageDeliveryStatus) |
Determines if two AcsMessageDeliveryStatus values are the same. |
Implicit(String to AcsMessageDeliveryStatus) |
Converts a String to a AcsMessageDeliveryStatus. |
Inequality(AcsMessageDeliveryStatus, AcsMessageDeliveryStatus) |
Determines if two AcsMessageDeliveryStatus values are not the same. |
Applies to
Azure SDK for .NET