WafAction Struct

Definition

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

Constructors

Name Description
WafAction(String)

Initializes a new instance of WafAction.

Properties

Name Description
Allow

Gets the Allow.

Block

Gets the Block.

Log

Gets the Log.

Redirect

Gets the Redirect.

Methods

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

Name Description
Equality(WafAction, WafAction)

Determines if two WafAction values are the same.

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

Converts a string to a WafAction.

Inequality(WafAction, WafAction)

Determines if two WafAction values are not the same.

Applies to