Uses of Class
com.azure.resourcemanager.frontdoor.models.Transform
Packages that use Transform
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of Transform in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as TransformModifier and TypeFieldDescriptionstatic final TransformTransform.LOWERCASEStatic value Lowercase for Transform.static final TransformTransform.REMOVE_NULLSStatic value RemoveNulls for Transform.static final TransformTransform.TRIMStatic value Trim for Transform.static final TransformTransform.UPPERCASEStatic value Uppercase for Transform.static final TransformTransform.URL_DECODEStatic value UrlDecode for Transform.static final TransformTransform.URL_ENCODEStatic value UrlEncode for Transform.Methods in com.azure.resourcemanager.frontdoor.models that return TransformModifier and TypeMethodDescriptionstatic TransformTransform.fromString(String name) Creates or finds a Transform from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type TransformModifier and TypeMethodDescriptionRulesEngineMatchCondition.transforms()Get the transforms property: List of transforms.static Collection<Transform>Transform.values()Gets known Transform values.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type TransformModifier and TypeMethodDescriptionRulesEngineMatchCondition.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.