LegacyPeeringsKind 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.
Argument completer implementation for LegacyPeeringsKind.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LegacyPeeringsKindTypeConverter))]
public struct LegacyPeeringsKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LegacyPeeringsKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LegacyPeeringsKindTypeConverter))>]
type LegacyPeeringsKind = struct
interface IArgumentCompleter
Public Structure LegacyPeeringsKind
Implements IArgumentCompleter, IEquatable(Of LegacyPeeringsKind)
- Inheritance
-
LegacyPeeringsKind
- Attributes
- Implements
Fields
Direct | |
Exchange |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(LegacyPeeringsKind) |
Compares values of enum type LegacyPeeringsKind |
Equals(Object) |
Compares values of enum type LegacyPeeringsKind (override for Object) |
GetHashCode() |
Returns hashCode for enum LegacyPeeringsKind |
ToString() |
Returns string representation for LegacyPeeringsKind |
Operators
Equality(LegacyPeeringsKind, LegacyPeeringsKind) |
Overriding == operator for enum LegacyPeeringsKind |
Implicit(LegacyPeeringsKind to String) |
Implicit operator to convert LegacyPeeringsKind to string |
Implicit(String to LegacyPeeringsKind) |
Implicit operator to convert string to LegacyPeeringsKind |
Inequality(LegacyPeeringsKind, LegacyPeeringsKind) |
Overriding != operator for enum LegacyPeeringsKind |