Share via


LearnedType Struct

Definition

The prefix learned type

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

Fields

None
ViaServiceProvider
ViaSession

Methods

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

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

Equals(LearnedType)

Compares values of enum type LearnedType

Equals(Object)

Compares values of enum type LearnedType (override for Object)

GetHashCode()

Returns hashCode for enum LearnedType

ToString()

Returns string representation for LearnedType

Operators

Equality(LearnedType, LearnedType)

Overriding == operator for enum LearnedType

Implicit(LearnedType to String)

Implicit operator to convert LearnedType to string

Implicit(String to LearnedType)

Implicit operator to convert string to LearnedType

Inequality(LearnedType, LearnedType)

Overriding != operator for enum LearnedType

Applies to