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. UPPERCASEStatic value Uppercase 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>CookiesMatchConditionParameters. 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>RequestUriMatchConditionParameters. 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 CookiesMatchConditionParametersCookiesMatchConditionParameters. 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.RequestUriMatchConditionParametersRequestUriMatchConditionParameters. 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.
-