Share via


RulestackStateType Struct

Definition

Enabled or Disabled Enum.

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

Constructors

RulestackStateType(String)

Initializes a new instance of RulestackStateType.

Properties

Disabled

DISABLED.

Enabled

ENABLED.

Methods

Equals(RulestackStateType)

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

Determines if two RulestackStateType values are the same.

Implicit(String to RulestackStateType)

Converts a string to a RulestackStateType.

Inequality(RulestackStateType, RulestackStateType)

Determines if two RulestackStateType values are not the same.

Applies to