WafRuleType Struct

Definition

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

Constructors

Name Description
WafRuleType(String)

Initializes a new instance of WafRuleType.

Properties

Name Description
Bot

Gets the Bot.

Custom

Gets the Custom.

Managed

Gets the Managed.

Methods

Name Description
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

Name Description
Equality(WafRuleType, WafRuleType)

Determines if two WafRuleType values are the same.

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

Converts a string to a WafRuleType.

Inequality(WafRuleType, WafRuleType)

Determines if two WafRuleType values are not the same.

Applies to