BgpMultiHop 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 indicator to enable multi-hop peering support.
public readonly struct BgpMultiHop : IEquatable<Azure.ResourceManager.NetworkCloud.Models.BgpMultiHop>
type BgpMultiHop = struct
Public Structure BgpMultiHop
Implements IEquatable(Of BgpMultiHop)
- Inheritance
-
BgpMultiHop
- Implements
Constructors
BgpMultiHop(String) |
Initializes a new instance of BgpMultiHop. |
Properties
False |
False. |
True |
True. |
Methods
Equals(BgpMultiHop) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BgpMultiHop, BgpMultiHop) |
Determines if two BgpMultiHop values are the same. |
Implicit(String to BgpMultiHop) |
Converts a string to a BgpMultiHop. |
Inequality(BgpMultiHop, BgpMultiHop) |
Determines if two BgpMultiHop values are not the same. |
Applies to
Azure SDK for .NET