다음을 통해 공유


ChannelName Struct

Definition

Argument completer implementation for ChannelName.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelNameTypeConverter))]
public struct ChannelName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelNameTypeConverter))>]
type ChannelName = struct
    interface IArgumentCompleter
Public Structure ChannelName
Implements IArgumentCompleter, IEquatable(Of ChannelName)
Inheritance
ChannelName
Attributes
Implements

Fields

AlexaChannel
DirectLineChannel
DirectLineSpeechChannel
EmailChannel
FacebookChannel
KikChannel
LineChannel
MSTeamsChannel
Omnichannel
OutlookChannel
SkypeChannel
SlackChannel
SmsChannel
TelegramChannel
TelephonyChannel
WebChatChannel

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ChannelName)

Compares values of enum type ChannelName

Equals(Object)

Compares values of enum type ChannelName (override for Object)

GetHashCode()

Returns hashCode for enum ChannelName

ToString()

Returns string representation for ChannelName

Operators

Equality(ChannelName, ChannelName)

Overriding == operator for enum ChannelName

Implicit(ChannelName to String)

Implicit operator to convert ChannelName to string

Implicit(String to ChannelName)

Implicit operator to convert string to ChannelName

Inequality(ChannelName, ChannelName)

Overriding != operator for enum ChannelName

Applies to