Sdílet prostřednictvím


WafRuleType Struct

Definition

The WafRuleType.

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

Constructors

WafRuleType(String)

Initializes a new instance of WafRuleType.

Properties

Bot

bot.

Custom

custom.

Managed

managed.

Methods

Equals(WafRuleType)

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

Determines if two WafRuleType values are the same.

Implicit(String to WafRuleType)

Converts a string to a WafRuleType.

Inequality(WafRuleType, WafRuleType)

Determines if two WafRuleType values are not the same.

Applies to