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