PreTransformCategory 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 PreTransformCategory : IEquatable<Azure.ResourceManager.Cdn.Models.PreTransformCategory>
type PreTransformCategory = struct
Public Structure PreTransformCategory
Implements IEquatable(Of PreTransformCategory)
- Inheritance
-
PreTransformCategory
- Implements
Constructors
| Name | Description |
|---|---|
| PreTransformCategory(String) |
Initializes a new instance of PreTransformCategory. |
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(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
| Name | Description |
|---|---|
| Equality(PreTransformCategory, PreTransformCategory) |
Determines if two PreTransformCategory values are the same. |
| Implicit(String to Nullable<PreTransformCategory>) | |
| Implicit(String to PreTransformCategory) |
Converts a string to a PreTransformCategory. |
| Inequality(PreTransformCategory, PreTransformCategory) |
Determines if two PreTransformCategory values are not the same. |