Uses of Class
com.microsoft.azure.management.cdn.Transform
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of Transform in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final Transform
Transform.LOWERCASE
Static value Lowercase for Transform.static final Transform
Transform.UPPERCASE
Static value Uppercase for Transform.Modifier and TypeMethodDescriptionstatic Transform
Transform.fromString
(String name) Creates or finds a Transform from its string representation.Modifier 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()
Modifier 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.