Freigeben über


Command Struct

Definition

Invoked command

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

Fields

BgpRoute
Ping
Traceroute

Methods

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

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

Equals(Command)

Compares values of enum type Command

Equals(Object)

Compares values of enum type Command (override for Object)

GetHashCode()

Returns hashCode for enum Command

ToString()

Returns string representation for Command

Operators

Equality(Command, Command)

Overriding == operator for enum Command

Implicit(Command to String)

Implicit operator to convert Command to string

Implicit(String to Command)

Implicit operator to convert string to Command

Inequality(Command, Command)

Overriding != operator for enum Command

Applies to