Compartir a través de


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

Name Description
Layer4Protocol(String)

Initializes a new instance of Layer4Protocol.

Properties

Name Description
Tcp

TCP.

Udp

UDP.

Methods

Name Description
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

Name Description
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