OverrideActionType Struct

Definition

Defines the action to take on rule match.

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

Constructors

Name Description
OverrideActionType(String)

Initializes a new instance of OverrideActionType.

Properties

Name Description
Allow

Gets the Allow.

AnomalyScoring

Gets the AnomalyScoring.

Block

Gets the Block.

CAPTCHA

Gets the CAPTCHA.

JSChallenge

Gets the JSChallenge.

Log

Gets the Log.

Redirect

Gets the Redirect.

Methods

Name Description
Equals(OverrideActionType)

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

Determines if two OverrideActionType values are the same.

Implicit(String to Nullable<OverrideActionType>)
Implicit(String to OverrideActionType)

Converts a string to a OverrideActionType.

Inequality(OverrideActionType, OverrideActionType)

Determines if two OverrideActionType values are not the same.

Applies to