Delen via


WebApplicationFirewallMode Struct

Definition

The mode of the policy.

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

Constructors

WebApplicationFirewallMode(String)

Initializes a new instance of WebApplicationFirewallMode.

Properties

Detection

Detection.

Prevention

Prevention.

Methods

Equals(WebApplicationFirewallMode)

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

Determines if two WebApplicationFirewallMode values are the same.

Implicit(String to WebApplicationFirewallMode)

Converts a string to a WebApplicationFirewallMode.

Inequality(WebApplicationFirewallMode, WebApplicationFirewallMode)

Determines if two WebApplicationFirewallMode values are not the same.

Applies to