Uses of Class
com.azure.resourcemanager.cdn.models.UrlRewriteActionParameters
Packages that use UrlRewriteActionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of UrlRewriteActionParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return UrlRewriteActionParametersModifier and TypeMethodDescriptionstatic UrlRewriteActionParametersUrlRewriteActionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UrlRewriteActionParameters from the JsonReader.UrlRewriteAction.parameters()Get the parameters property: Defines the parameters for the action.UrlRewriteActionParameters.withDestination(String destination) Set the destination property: Define the relative URL to which the above requests will be rewritten by.UrlRewriteActionParameters.withPreserveUnmatchedPath(Boolean preserveUnmatchedPath) Set the preserveUnmatchedPath property: Whether to preserve unmatched path.UrlRewriteActionParameters.withSourcePattern(String sourcePattern) Set the sourcePattern property: define a request URI pattern that identifies the type of requests that may be rewritten.UrlRewriteActionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type UrlRewriteActionParametersModifier and TypeMethodDescriptionUrlRewriteAction.withParameters(UrlRewriteActionParameters parameters) Set the parameters property: Defines the parameters for the action.