FirewallLogType Struct

Definition

Possible log types.

public readonly struct FirewallLogType : IEquatable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallLogType>
type FirewallLogType = struct
Public Structure FirewallLogType
Implements IEquatable(Of FirewallLogType)
Inheritance
FirewallLogType
Implements

Constructors

FirewallLogType(String)

Initializes a new instance of FirewallLogType.

Properties

Audit

AUDIT.

Decryption

DECRYPTION.

Dlp

DLP.

Threat

THREAT.

Traffic

TRAFFIC.

Wildfire

WILDFIRE.

Methods

Equals(FirewallLogType)

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(FirewallLogType, FirewallLogType)

Determines if two FirewallLogType values are the same.

Implicit(String to FirewallLogType)

Converts a string to a FirewallLogType.

Inequality(FirewallLogType, FirewallLogType)

Determines if two FirewallLogType values are not the same.

Applies to