Channels 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.
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 | |
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 |