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
| Name | Description |
|---|---|
| BgpMultiHop(String) |
Initializes a new instance of BgpMultiHop. |
Properties
| Name | Description |
|---|---|
| False |
False. |
| True |
True. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |