PeeringProtocol Struct

Definition

The protocol of the traffic that will be sent for the connectivity probe.

public readonly struct PeeringProtocol : IEquatable<Azure.ResourceManager.Peering.Models.PeeringProtocol>
type PeeringProtocol = struct
Public Structure PeeringProtocol
Implements IEquatable(Of PeeringProtocol)
Inheritance
PeeringProtocol
Implements

Constructors

Name Description
PeeringProtocol(String)

Initializes a new instance of PeeringProtocol.

Properties

Name Description
ICMP

Gets the ICMP.

None

Gets the None.

TCP

Gets the TCP.

Methods

Name Description
Equals(PeeringProtocol)

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(PeeringProtocol, PeeringProtocol)

Determines if two PeeringProtocol values are the same.

Implicit(String to Nullable<PeeringProtocol>)
Implicit(String to PeeringProtocol)

Converts a string to a PeeringProtocol.

Inequality(PeeringProtocol, PeeringProtocol)

Determines if two PeeringProtocol values are not the same.

Applies to