FirewallPolicyRuleNetworkProtocol 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.
The Network protocol of a Rule.
public readonly struct FirewallPolicyRuleNetworkProtocol : IEquatable<Azure.ResourceManager.Network.Models.FirewallPolicyRuleNetworkProtocol>
type FirewallPolicyRuleNetworkProtocol = struct
Public Structure FirewallPolicyRuleNetworkProtocol
Implements IEquatable(Of FirewallPolicyRuleNetworkProtocol)
- Inheritance
-
FirewallPolicyRuleNetworkProtocol
- Implements
Constructors
FirewallPolicyRuleNetworkProtocol(String) |
Initializes a new instance of FirewallPolicyRuleNetworkProtocol. |
Properties
Any |
Any. |
Icmp |
ICMP. |
Tcp |
TCP. |
Udp |
UDP. |
Methods
Equals(FirewallPolicyRuleNetworkProtocol) |
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(FirewallPolicyRuleNetworkProtocol, FirewallPolicyRuleNetworkProtocol) |
Determines if two FirewallPolicyRuleNetworkProtocol values are the same. |
Implicit(String to FirewallPolicyRuleNetworkProtocol) |
Converts a string to a FirewallPolicyRuleNetworkProtocol. |
Inequality(FirewallPolicyRuleNetworkProtocol, FirewallPolicyRuleNetworkProtocol) |
Determines if two FirewallPolicyRuleNetworkProtocol values are not the same. |
Applies to
Azure SDK for .NET