Delen via


IPFlowProtocol Struct

Definition

Protocol to be verified on.

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

Constructors

IPFlowProtocol(String)

Initializes a new instance of IPFlowProtocol.

Properties

Tcp

TCP.

Udp

UDP.

Methods

Equals(IPFlowProtocol)

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

Determines if two IPFlowProtocol values are the same.

Implicit(String to IPFlowProtocol)

Converts a string to a IPFlowProtocol.

Inequality(IPFlowProtocol, IPFlowProtocol)

Determines if two IPFlowProtocol values are not the same.

Applies to