Layer4Protocol Struct

Definition

Layer4 protocol type that needs to be matched.

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

Constructors

Layer4Protocol(String)

Initializes a new instance of Layer4Protocol.

Properties

Tcp

TCP.

Udp

UDP.

Methods

Equals(Layer4Protocol)

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

Determines if two Layer4Protocol values are the same.

Implicit(String to Layer4Protocol)

Converts a string to a Layer4Protocol.

Inequality(Layer4Protocol, Layer4Protocol)

Determines if two Layer4Protocol values are not the same.

Applies to