Share via


BgpMultiHop Struct

Definition

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