AcsMessageChannelKind 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 received message channel Kind.
public readonly struct AcsMessageChannelKind : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsMessageChannelKind>
type AcsMessageChannelKind = struct
Public Structure AcsMessageChannelKind
Implements IEquatable(Of AcsMessageChannelKind)
- Inheritance
-
AcsMessageChannelKind
- Implements
Constructors
AcsMessageChannelKind(String) |
Initializes a new instance of AcsMessageChannelKind. |
Properties
Updated message channel type is Whatsapp. |
Methods
Equals(AcsMessageChannelKind) |
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(AcsMessageChannelKind, AcsMessageChannelKind) |
Determines if two AcsMessageChannelKind values are the same. |
Implicit(String to AcsMessageChannelKind) |
Converts a String to a AcsMessageChannelKind. |
Inequality(AcsMessageChannelKind, AcsMessageChannelKind) |
Determines if two AcsMessageChannelKind values are not the same. |
Applies to
Azure SDK for .NET