Share via


FirewallLogOption Struct

Definition

Log options possible.

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

Constructors

FirewallLogOption(String)

Initializes a new instance of FirewallLogOption.

Properties

IndividualDestination

INDIVIDUAL_DESTINATION.

SameDestination

SAME_DESTINATION.

Methods

Equals(FirewallLogOption)

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

Determines if two FirewallLogOption values are the same.

Implicit(String to FirewallLogOption)

Converts a string to a FirewallLogOption.

Inequality(FirewallLogOption, FirewallLogOption)

Determines if two FirewallLogOption values are not the same.

Applies to