Uses of Class
com.azure.resourcemanager.frontdoor.models.Transform
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of Transform in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final Transform
Transform.LOWERCASE
Static value Lowercase for Transform.static final Transform
Transform.REMOVE_NULLS
Static value RemoveNulls for Transform.static final Transform
Transform.TRIM
Static value Trim for Transform.static final Transform
Transform.UPPERCASE
Static value Uppercase for Transform.static final Transform
Transform.URL_DECODE
Static value UrlDecode for Transform.static final Transform
Transform.URL_ENCODE
Static value UrlEncode for Transform.Modifier and TypeMethodDescriptionstatic Transform
Transform.fromString
(String name) Creates or finds a Transform from its string representation.Modifier and TypeMethodDescriptionRulesEngineMatchCondition.transforms()
Get the transforms property: List of transforms.static Collection<Transform>
Transform.values()
Gets known Transform values.Modifier and TypeMethodDescriptionRulesEngineMatchCondition.withTransforms
(List<Transform> transforms) Set the transforms property: List of transforms.