PreTransformCategory Struct

Definition

Describes what transforms are applied before matching.

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

Constructors

PreTransformCategory(String)

Initializes a new instance of PreTransformCategory.

Properties

Lowercase

Lowercase.

RemoveNulls

RemoveNulls.

Trim

Trim.

Uppercase

Uppercase.

UriDecode

UrlDecode.

UriEncode

UrlEncode.

Methods

Equals(PreTransformCategory)

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

Determines if two PreTransformCategory values are the same.

Implicit(String to PreTransformCategory)

Converts a string to a PreTransformCategory.

Inequality(PreTransformCategory, PreTransformCategory)

Determines if two PreTransformCategory values are not the same.

Applies to