Bagikan melalui


FirewallProtocolType Struct

Definition

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