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
| Name | Description |
|---|---|
| FirewallLogOption(String) |
Initializes a new instance of FirewallLogOption. |
Properties
| Name | Description |
|---|---|
| IndividualDestination |
Gets the IndividualDestination. |
| SameDestination |
Gets the SameDestination. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(FirewallLogOption, FirewallLogOption) |
Determines if two FirewallLogOption values are the same. |
| Implicit(String to FirewallLogOption) |
Converts a string to a FirewallLogOption. |
| Implicit(String to Nullable<FirewallLogOption>) | |
| Inequality(FirewallLogOption, FirewallLogOption) |
Determines if two FirewallLogOption values are not the same. |