Share via


ManagedRuleSetupState Struct

Definition

Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.

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

Constructors

ManagedRuleSetupState(String)

Initializes a new instance of ManagedRuleSetupState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(ManagedRuleSetupState)

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

Determines if two ManagedRuleSetupState values are the same.

Implicit(String to ManagedRuleSetupState)

Converts a string to a ManagedRuleSetupState.

Inequality(ManagedRuleSetupState, ManagedRuleSetupState)

Determines if two ManagedRuleSetupState values are not the same.

Applies to