InboundSecurityRulesProtocol 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. This should be either TCP or UDP.
public readonly struct InboundSecurityRulesProtocol : IEquatable<Azure.ResourceManager.Network.Models.InboundSecurityRulesProtocol>
type InboundSecurityRulesProtocol = struct
Public Structure InboundSecurityRulesProtocol
Implements IEquatable(Of InboundSecurityRulesProtocol)
- Inheritance
-
InboundSecurityRulesProtocol
- Implements
Constructors
InboundSecurityRulesProtocol(String) |
Initializes a new instance of InboundSecurityRulesProtocol. |
Properties
Tcp |
TCP. |
Udp |
UDP. |
Methods
Equals(InboundSecurityRulesProtocol) |
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(InboundSecurityRulesProtocol, InboundSecurityRulesProtocol) |
Determines if two InboundSecurityRulesProtocol values are the same. |
Implicit(String to InboundSecurityRulesProtocol) |
Converts a string to a InboundSecurityRulesProtocol. |
Inequality(InboundSecurityRulesProtocol, InboundSecurityRulesProtocol) |
Determines if two InboundSecurityRulesProtocol values are not the same. |