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