Share via


ManagedRuleEnabledState Struct

Definition

The state of the managed rule. Defaults to Disabled if not specified.

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

Constructors

ManagedRuleEnabledState(String)

Initializes a new instance of ManagedRuleEnabledState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(ManagedRuleEnabledState)

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

Determines if two ManagedRuleEnabledState values are the same.

Implicit(String to ManagedRuleEnabledState)

Converts a string to a ManagedRuleEnabledState.

Inequality(ManagedRuleEnabledState, ManagedRuleEnabledState)

Determines if two ManagedRuleEnabledState values are not the same.

Applies to