RuleMatchActionType Struct

Definition

Compatibility declaration for the RuleMatchActionType type.

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

Constructors

Name Description
RuleMatchActionType(String)

Initializes a new instance of RuleMatchActionType.

Properties

Name Description
Allow

Allow.

AnomalyScoring

AnomalyScoring.

Block

Block.

Captcha

Gets or sets the Captcha compatibility property.

CAPTCHA

CAPTCHA.

JSChallenge

JSChallenge.

Log

Log.

Methods

Name Description
Equals(RuleMatchActionType)

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

Determines if two RuleMatchActionType values are the same.

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

Converts a string to a RuleMatchActionType.

Inequality(RuleMatchActionType, RuleMatchActionType)

Determines if two RuleMatchActionType values are not the same.

Applies to