Direction Struct

Definition

Direction (Uplink or Downlink).

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

Fields

Name Description
Downlink
Uplink

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Direction)

Compares values of enum type Direction

Equals(Object)

Compares values of enum type Direction (override for Object)

GetHashCode()

Returns hashCode for enum Direction

ToString()

Returns string representation for Direction

Operators

Name Description
Equality(Direction, Direction)

Overriding == operator for enum Direction

Implicit(Direction to String)

Implicit operator to convert Direction to string

Implicit(String to Direction)

Implicit operator to convert string to Direction

Inequality(Direction, Direction)

Overriding != operator for enum Direction

Applies to