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

Name Description
FirewallLogType(String)

Initializes a new instance of FirewallLogType.

Properties

Name Description
Audit

Gets the Audit.

Decryption

Gets the Decryption.

Dlp

Gets the Dlp.

Threat

Gets the Threat.

Traffic

Gets the Traffic.

Wildfire

Gets the Wildfire.

Methods

Name Description
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

Name Description
Equality(FirewallLogType, FirewallLogType)

Determines if two FirewallLogType values are the same.

Implicit(String to FirewallLogType)

Converts a string to a FirewallLogType.

Implicit(String to Nullable<FirewallLogType>)
Inequality(FirewallLogType, FirewallLogType)

Determines if two FirewallLogType values are not the same.

Applies to