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