RuleCreationDefaultMode Struct

Definition

Type for Default Mode for rules creation.

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

Constructors

Name Description
RuleCreationDefaultMode(String)

Initializes a new instance of RuleCreationDefaultMode.

Properties

Name Description
Firewall

Gets the Firewall.

IPS

Gets the IPS.

None

Gets the None.

Methods

Name Description
Equals(RuleCreationDefaultMode)

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

Determines if two RuleCreationDefaultMode values are the same.

Implicit(String to Nullable<RuleCreationDefaultMode>)
Implicit(String to RuleCreationDefaultMode)

Converts a string to a RuleCreationDefaultMode.

Inequality(RuleCreationDefaultMode, RuleCreationDefaultMode)

Determines if two RuleCreationDefaultMode values are not the same.

Applies to