Freigeben über


ManagedRuleSetActionType Struct

Definition

Defines the action to take when a managed rule set score threshold is met.

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

Constructors

Name Description
ManagedRuleSetActionType(String)

Initializes a new instance of ManagedRuleSetActionType.

Properties

Name Description
Block

Block.

Log

Log.

Redirect

Redirect.

Methods

Name Description
Equals(ManagedRuleSetActionType)

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

Determines if two ManagedRuleSetActionType values are the same.

Implicit(String to ManagedRuleSetActionType)

Converts a String to a ManagedRuleSetActionType.

Inequality(ManagedRuleSetActionType, ManagedRuleSetActionType)

Determines if two ManagedRuleSetActionType values are not the same.

Applies to