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 struct IpFlowProtocol : IEquatable<Azure.ResourceManager.Network.Models.IpFlowProtocol>
type IpFlowProtocol = struct
Public Structure IpFlowProtocol
Implements IEquatable(Of IpFlowProtocol)
- Inheritance
-
System.ValueTypeIpFlowProtocol
- Implements
-
System.IEquatable<IpFlowProtocol>
Constructors
IpFlowProtocol(String) |
Determines if two IpFlowProtocol values are the same. |
Properties
TCP |
TCP. |
UDP |
UDP. |
Methods
Equals(IpFlowProtocol) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
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. |