Uses of Class
com.azure.resourcemanager.cdn.models.Transform
-
Packages that use Transform Package Description com.azure.resourcemanager.cdn.models 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 Transform Modifier and Type Field Description static TransformTransform. LOWERCASEStatic value Lowercase for Transform.static TransformTransform. REMOVE_NULLSStatic value RemoveNulls for Transform.static TransformTransform. TRIMStatic value Trim for Transform.static TransformTransform. UPPERCASEStatic value Uppercase for Transform.static TransformTransform. URL_DECODEStatic value UrlDecode for Transform.static TransformTransform. URL_ENCODEStatic value UrlEncode for Transform.Methods in com.azure.resourcemanager.cdn.models that return Transform Modifier and Type Method Description static 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 Transform Modifier and Type Method Description List<Transform>ClientPortMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>CookiesMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>HostnameMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>HttpVersionMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>IsDeviceMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>PostArgsMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>QueryStringMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>RemoteAddressMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>RequestBodyMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>RequestHeaderMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>RequestMethodMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>RequestSchemeMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>RequestUriMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>ServerPortMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>SocketAddrMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>SslProtocolMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>UrlFileExtensionMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>UrlFileNameMatchConditionParameters. transforms()Get the transforms property: List of transforms.List<Transform>UrlPathMatchConditionParameters. transforms()Get the transforms property: List of transforms.static Collection<Transform>Transform. values()Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type Transform Modifier and Type Method Description ClientPortMatchConditionParametersClientPortMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.CookiesMatchConditionParametersCookiesMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.HostnameMatchConditionParametersHostnameMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.HttpVersionMatchConditionParametersHttpVersionMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.IsDeviceMatchConditionParametersIsDeviceMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.PostArgsMatchConditionParametersPostArgsMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.QueryStringMatchConditionParametersQueryStringMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.RemoteAddressMatchConditionParametersRemoteAddressMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.RequestBodyMatchConditionParametersRequestBodyMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.RequestHeaderMatchConditionParametersRequestHeaderMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.RequestMethodMatchConditionParametersRequestMethodMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.RequestSchemeMatchConditionParametersRequestSchemeMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.RequestUriMatchConditionParametersRequestUriMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.ServerPortMatchConditionParametersServerPortMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.SocketAddrMatchConditionParametersSocketAddrMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.SslProtocolMatchConditionParametersSslProtocolMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.UrlFileExtensionMatchConditionParametersUrlFileExtensionMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.UrlFileNameMatchConditionParametersUrlFileNameMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.UrlPathMatchConditionParametersUrlPathMatchConditionParameters. withTransforms(List<Transform> transforms)Set the transforms property: List of transforms.
-