PeeringLocationsDirectPeeringType 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 PeeringLocationsDirectPeeringType.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PeeringLocationsDirectPeeringTypeTypeConverter))]
public struct PeeringLocationsDirectPeeringType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PeeringLocationsDirectPeeringType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PeeringLocationsDirectPeeringTypeTypeConverter))>]
type PeeringLocationsDirectPeeringType = struct
interface IArgumentCompleter
Public Structure PeeringLocationsDirectPeeringType
Implements IArgumentCompleter, IEquatable(Of PeeringLocationsDirectPeeringType)
- Inheritance
-
PeeringLocationsDirectPeeringType
- Attributes
- Implements
Fields
Cdn | |
Edge | |
EdgeZoneForOperators | |
Internal | |
Ix | |
IxRs | |
Transit | |
Voice |
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 PeeringLocationsDirectPeeringType (override for Object) |
Equals(PeeringLocationsDirectPeeringType) |
Compares values of enum type PeeringLocationsDirectPeeringType |
GetHashCode() |
Returns hashCode for enum PeeringLocationsDirectPeeringType |
ToString() |
Returns string representation for PeeringLocationsDirectPeeringType |
Operators
Equality(PeeringLocationsDirectPeeringType, PeeringLocationsDirectPeeringType) |
Overriding == operator for enum PeeringLocationsDirectPeeringType |
Implicit(PeeringLocationsDirectPeeringType to String) |
Implicit operator to convert PeeringLocationsDirectPeeringType to string |
Implicit(String to PeeringLocationsDirectPeeringType) |
Implicit operator to convert string to PeeringLocationsDirectPeeringType |
Inequality(PeeringLocationsDirectPeeringType, PeeringLocationsDirectPeeringType) |
Overriding != operator for enum PeeringLocationsDirectPeeringType |