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
| Name | Description |
|---|---|
| FirewallProtocolType(String) |
Initializes a new instance of FirewallProtocolType. |
Properties
| Name | Description |
|---|---|
| Tcp |
Gets the Tcp. |
| Udp |
Gets the Udp. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(FirewallProtocolType, FirewallProtocolType) |
Determines if two FirewallProtocolType values are the same. |
| Implicit(String to FirewallProtocolType) |
Converts a string to a FirewallProtocolType. |
| Implicit(String to Nullable<FirewallProtocolType>) | |
| Inequality(FirewallProtocolType, FirewallProtocolType) |
Determines if two FirewallProtocolType values are not the same. |