你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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