ManagedRuleSetActionType Struct

Definition

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

public readonly struct ManagedRuleSetActionType : IEquatable<Azure.ResourceManager.Cdn.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

Gets the Block.

Log

Gets the Log.

Redirect

Gets the 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.

Implicit(String to Nullable<ManagedRuleSetActionType>)
Inequality(ManagedRuleSetActionType, ManagedRuleSetActionType)

Determines if two ManagedRuleSetActionType values are not the same.

Applies to