Uses of Class
com.microsoft.azure.management.cdn.Transform
Packages that use Transform
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of Transform in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as TransformModifier and TypeFieldDescriptionstatic final TransformTransform.LOWERCASEStatic value Lowercase for Transform.static final TransformTransform.UPPERCASEStatic value Uppercase for Transform.Methods in com.microsoft.azure.management.cdn that return TransformModifier and TypeMethodDescriptionstatic TransformTransform.fromString(String name) Creates or finds a Transform from its string representation.Methods in com.microsoft.azure.management.cdn that return types with arguments of type TransformModifier and TypeMethodDescriptionCookiesMatchConditionParameters.transforms()Get list of transforms.IsDeviceMatchConditionParameters.transforms()Get list of transforms.PostArgsMatchConditionParameters.transforms()Get list of transforms.QueryStringMatchConditionParameters.transforms()Get list of transforms.RemoteAddressMatchConditionParameters.transforms()Get list of transforms.RequestBodyMatchConditionParameters.transforms()Get list of transforms.RequestHeaderMatchConditionParameters.transforms()Get list of transforms.RequestUriMatchConditionParameters.transforms()Get list of transforms.UrlFileExtensionMatchConditionParameters.transforms()Get list of transforms.UrlFileNameMatchConditionParameters.transforms()Get list of transforms.UrlPathMatchConditionParameters.transforms()Get list of transforms.static Collection<Transform>Transform.values()Method parameters in com.microsoft.azure.management.cdn with type arguments of type TransformModifier and TypeMethodDescriptionCookiesMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.IsDeviceMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.PostArgsMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.QueryStringMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.RemoteAddressMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.RequestBodyMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.RequestHeaderMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.RequestUriMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.UrlFileExtensionMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.UrlFileNameMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.UrlPathMatchConditionParameters.withTransforms(List<Transform> transforms) Set list of transforms.