Delen via


TransformType Struct

Definition

Describes what transforms were applied before matching.

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

Constructors

TransformType(String)

Initializes a new instance of TransformType.

Properties

Lowercase

Lowercase.

RemoveNulls

RemoveNulls.

Trim

Trim.

Uppercase

Uppercase.

UriDecode

UrlDecode.

UriEncode

UrlEncode.

Methods

Equals(TransformType)

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

Determines if two TransformType values are the same.

Implicit(String to TransformType)

Converts a string to a TransformType.

Inequality(TransformType, TransformType)

Determines if two TransformType values are not the same.

Applies to