DirectPeeringType 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.
The type of direct peering.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.DirectPeeringTypeTypeConverter))]
public struct DirectPeeringType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.DirectPeeringType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.DirectPeeringTypeTypeConverter))>]
type DirectPeeringType = struct
interface IArgumentCompleter
Public Structure DirectPeeringType
Implements IArgumentCompleter, IEquatable(Of DirectPeeringType)
- Inheritance
-
DirectPeeringType
- 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(DirectPeeringType) |
Compares values of enum type DirectPeeringType |
Equals(Object) |
Compares values of enum type DirectPeeringType (override for Object) |
GetHashCode() |
Returns hashCode for enum DirectPeeringType |
ToString() |
Returns string representation for DirectPeeringType |
Operators
Equality(DirectPeeringType, DirectPeeringType) |
Overriding == operator for enum DirectPeeringType |
Implicit(DirectPeeringType to String) |
Implicit operator to convert DirectPeeringType to string |
Implicit(String to DirectPeeringType) |
Implicit operator to convert string to DirectPeeringType |
Inequality(DirectPeeringType, DirectPeeringType) |
Overriding != operator for enum DirectPeeringType |