Uses of Class
com.azure.resourcemanager.cdn.models.Transform
Packages that use Transform
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of Transform in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.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.cdn.models that return TransformModifier and TypeMethodDescriptionstatic TransformTransform.fromString(String name) Creates or finds a Transform from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type TransformModifier and TypeMethodDescriptionClientPortMatchConditionParameters.transforms()Get the transforms property: List of transforms.CookiesMatchConditionParameters.transforms()Get the transforms property: List of transforms.HostnameMatchConditionParameters.transforms()Get the transforms property: List of transforms.HttpVersionMatchConditionParameters.transforms()Get the transforms property: List of transforms.IsDeviceMatchConditionParameters.transforms()Get the transforms property: List of transforms.PostArgsMatchConditionParameters.transforms()Get the transforms property: List of transforms.QueryStringMatchConditionParameters.transforms()Get the transforms property: List of transforms.RemoteAddressMatchConditionParameters.transforms()Get the transforms property: List of transforms.RequestBodyMatchConditionParameters.transforms()Get the transforms property: List of transforms.RequestHeaderMatchConditionParameters.transforms()Get the transforms property: List of transforms.RequestMethodMatchConditionParameters.transforms()Get the transforms property: List of transforms.RequestSchemeMatchConditionParameters.transforms()Get the transforms property: List of transforms.RequestUriMatchConditionParameters.transforms()Get the transforms property: List of transforms.ServerPortMatchConditionParameters.transforms()Get the transforms property: List of transforms.SocketAddrMatchConditionParameters.transforms()Get the transforms property: List of transforms.SslProtocolMatchConditionParameters.transforms()Get the transforms property: List of transforms.UrlFileExtensionMatchConditionParameters.transforms()Get the transforms property: List of transforms.UrlFileNameMatchConditionParameters.transforms()Get the transforms property: List of transforms.UrlPathMatchConditionParameters.transforms()Get the transforms property: List of transforms.static Collection<Transform> Transform.values()Gets known Transform values.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type TransformModifier and TypeMethodDescriptionClientPortMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.CookiesMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.HostnameMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.HttpVersionMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.IsDeviceMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.PostArgsMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.QueryStringMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.RemoteAddressMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.RequestBodyMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.RequestHeaderMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.RequestMethodMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.RequestSchemeMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.RequestUriMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.ServerPortMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.SocketAddrMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.SslProtocolMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.UrlFileExtensionMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.UrlFileNameMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.UrlPathMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.