IPFlowProtocol Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET