WafAction Struct

Definition

The WafAction.

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

Constructors

WafAction(String)

Initializes a new instance of WafAction.

Properties

Allow

allow.

Block

block.

Log

log.

Redirect

redirect.

Methods

Equals(WafAction)

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

Determines if two WafAction values are the same.

Implicit(String to WafAction)

Converts a string to a WafAction.

Inequality(WafAction, WafAction)

Determines if two WafAction values are not the same.

Applies to