你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PeeringLocationsDirectPeeringType Struct

Definition

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

Applies to