Share via


AcsMessageChannelKind Struct

Definition

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

Whatsapp

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