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

PeeringLocationsKind Struct

Definition

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

Applies to