Freigeben über


WebApplicationFirewallTransform Struct

Definition

Transforms applied before matching.

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

Constructors

Name Description
WebApplicationFirewallTransform(String)

Initializes a new instance of WebApplicationFirewallTransform.

Properties

Name Description
HtmlEntityDecode

HtmlEntityDecode.

Lowercase

Lowercase.

RemoveNulls

RemoveNulls.

Trim

Trim.

Uppercase

Uppercase.

UrlDecode

UrlDecode.

UrlEncode

UrlEncode.

Methods

Name Description
Equals(WebApplicationFirewallTransform)

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

Determines if two WebApplicationFirewallTransform values are the same.

Implicit(String to WebApplicationFirewallTransform)

Converts a String to a WebApplicationFirewallTransform.

Inequality(WebApplicationFirewallTransform, WebApplicationFirewallTransform)

Determines if two WebApplicationFirewallTransform values are not the same.

Applies to