RulesEngineMatchTransform 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.
Describes what transforms are applied before matching.
public readonly struct RulesEngineMatchTransform : IEquatable<Azure.ResourceManager.FrontDoor.Models.RulesEngineMatchTransform>
type RulesEngineMatchTransform = struct
Public Structure RulesEngineMatchTransform
Implements IEquatable(Of RulesEngineMatchTransform)
- Inheritance
-
RulesEngineMatchTransform
- Implements
Constructors
RulesEngineMatchTransform(String) |
Initializes a new instance of RulesEngineMatchTransform. |
Properties
Lowercase |
Lowercase. |
RemoveNulls |
RemoveNulls. |
Trim |
Trim. |
Uppercase |
Uppercase. |
UriDecode |
UrlDecode. |
UriEncode |
UrlEncode. |
Methods
Equals(RulesEngineMatchTransform) |
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(RulesEngineMatchTransform, RulesEngineMatchTransform) |
Determines if two RulesEngineMatchTransform values are the same. |
Implicit(String to RulesEngineMatchTransform) |
Converts a string to a RulesEngineMatchTransform. |
Inequality(RulesEngineMatchTransform, RulesEngineMatchTransform) |
Determines if two RulesEngineMatchTransform values are not the same. |
Applies to
Azure SDK for .NET