你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RuleMatchActionType Struct

Definition

Defines the action to take on rule match.

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

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

Converts a String to a RuleMatchActionType.

Inequality(RuleMatchActionType, RuleMatchActionType)

Determines if two RuleMatchActionType values are not the same.

Applies to