Udostępnij za pośrednictwem


WebApplicationRuleMatchTransformType Struct

Definition

Describes what transforms applied before matching.

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

Constructors

WebApplicationRuleMatchTransformType(String)

Initializes a new instance of WebApplicationRuleMatchTransformType.

Properties

Lowercase

Lowercase.

RemoveNulls

RemoveNulls.

Trim

Trim.

Uppercase

Uppercase.

UriDecode

UrlDecode.

UriEncode

UrlEncode.

Methods

Equals(WebApplicationRuleMatchTransformType)

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

Determines if two WebApplicationRuleMatchTransformType values are the same.

Implicit(String to WebApplicationRuleMatchTransformType)

Converts a string to a WebApplicationRuleMatchTransformType.

Inequality(WebApplicationRuleMatchTransformType, WebApplicationRuleMatchTransformType)

Determines if two WebApplicationRuleMatchTransformType values are not the same.

Applies to