FirewallLogOption 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.
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
Azure SDK for .NET