Bagikan melalui


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

ManagedRuleSetActionType(String)

Initializes a new instance of ManagedRuleSetActionType.

Properties

Block

Block.

Log

Log.

Redirect

Redirect.

Methods

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

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