你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LegacyPeeringsKind 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 LegacyPeeringsKind.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LegacyPeeringsKindTypeConverter))]
public struct LegacyPeeringsKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LegacyPeeringsKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LegacyPeeringsKindTypeConverter))>]
type LegacyPeeringsKind = struct
interface IArgumentCompleter
Public Structure LegacyPeeringsKind
Implements IArgumentCompleter, IEquatable(Of LegacyPeeringsKind)
- Inheritance
-
LegacyPeeringsKind
- Attributes
- Implements
Fields
Direct | |
Exchange |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(LegacyPeeringsKind) |
Compares values of enum type LegacyPeeringsKind |
Equals(Object) |
Compares values of enum type LegacyPeeringsKind (override for Object) |
GetHashCode() |
Returns hashCode for enum LegacyPeeringsKind |
ToString() |
Returns string representation for LegacyPeeringsKind |
Operators
Equality(LegacyPeeringsKind, LegacyPeeringsKind) |
Overriding == operator for enum LegacyPeeringsKind |
Implicit(LegacyPeeringsKind to String) |
Implicit operator to convert LegacyPeeringsKind to string |
Implicit(String to LegacyPeeringsKind) |
Implicit operator to convert string to LegacyPeeringsKind |
Inequality(LegacyPeeringsKind, LegacyPeeringsKind) |
Overriding != operator for enum LegacyPeeringsKind |