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

Name Description
TransformType(String)

Initializes a new instance of TransformType.

Properties

Name Description
Lowercase

Gets the Lowercase.

RemoveNulls

Gets the RemoveNulls.

Trim

Gets the Trim.

Uppercase

Gets the Uppercase.

UriDecode

Gets the UriDecode.

UriEncode

Gets the UriEncode.

Methods

Name Description
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

Name Description
Equality(TransformType, TransformType)

Determines if two TransformType values are the same.

Implicit(String to Nullable<TransformType>)
Implicit(String to TransformType)

Converts a string to a TransformType.

Inequality(TransformType, TransformType)

Determines if two TransformType values are not the same.

Applies to