Compartilhar 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

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.

Applies to