WebApplicationFirewallTransform Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
WebApplicationFirewallTransform(String) |
Initializes a new instance of WebApplicationFirewallTransform. |
Properties
HtmlEntityDecode |
HtmlEntityDecode. |
Lowercase |
Lowercase. |
RemoveNulls |
RemoveNulls. |
Trim |
Trim. |
Uppercase |
Uppercase. |
UrlDecode |
UrlDecode. |
UrlEncode |
UrlEncode. |
Methods
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
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
Azure SDK for .NET