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.
Compatibility declaration for the InboundSecurityRulesProtocol type.
public readonly struct InboundSecurityRulesProtocol : IEquatable<Azure.ResourceManager.Network.Models.InboundSecurityRulesProtocol>
type InboundSecurityRulesProtocol = struct
Public Structure InboundSecurityRulesProtocol
Implements IEquatable(Of InboundSecurityRulesProtocol)
- Inheritance
-
InboundSecurityRulesProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| InboundSecurityRulesProtocol(String) |
Initializes a new instance of InboundSecurityRulesProtocol. |
Properties
| Name | Description |
|---|---|
| Tcp |
Gets or sets the Tcp compatibility property. |
| TCP |
TCP. |
| Udp |
Gets or sets the Udp compatibility property. |
| UDP |
UDP. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(InboundSecurityRulesProtocol, InboundSecurityRulesProtocol) |
Determines if two InboundSecurityRulesProtocol values are the same. |
| Implicit(String to InboundSecurityRulesProtocol) |
Converts a string to a InboundSecurityRulesProtocol. |
| Implicit(String to Nullable<InboundSecurityRulesProtocol>) | |
| Inequality(InboundSecurityRulesProtocol, InboundSecurityRulesProtocol) |
Determines if two InboundSecurityRulesProtocol values are not the same. |