WebApplicationFirewallAction Struct

Definition

Compatibility declaration for the WebApplicationFirewallAction type.

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

Constructors

Name Description
WebApplicationFirewallAction(String)

Initializes a new instance of WebApplicationFirewallAction.

Properties

Name Description
Allow

Allow.

Block

Block.

Captcha

Gets or sets the Captcha compatibility property.

CAPTCHA

CAPTCHA.

JSChallenge

JSChallenge.

Log

Log.

Methods

Name Description
Equals(WebApplicationFirewallAction)

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

Determines if two WebApplicationFirewallAction values are the same.

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

Converts a string to a WebApplicationFirewallAction.

Inequality(WebApplicationFirewallAction, WebApplicationFirewallAction)

Determines if two WebApplicationFirewallAction values are not the same.

Applies to