Aracılığıyla paylaş


Channels Struct

Definition

List of channels that this recommendation can apply.

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

Fields

All
Api
Email
Notification
Webhook

Methods

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

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

Equals(Channels)

Compares values of enum type Channels

Equals(Object)

Compares values of enum type Channels (override for Object)

GetHashCode()

Returns hashCode for enum Channels

ToString()

Returns string representation for Channels

Operators

Equality(Channels, Channels)

Overriding == operator for enum Channels

Implicit(Channels to String)

Implicit operator to convert Channels to string

Implicit(String to Channels)

Implicit operator to convert string to Channels

Inequality(Channels, Channels)

Overriding != operator for enum Channels

Applies to