Uses of Class
com.microsoft.azure.management.cdn.UrlRewriteActionParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of UrlRewriteActionParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionUrlRewriteAction.parameters()
Get defines the parameters for the action.UrlRewriteActionParameters.withDestination
(String destination) Set define the relative URL to which the above requests will be rewritten by.UrlRewriteActionParameters.withOdatatype
(String odatatype) Set the odatatype value.UrlRewriteActionParameters.withPreserveUnmatchedPath
(Boolean preserveUnmatchedPath) Set whether to preserve unmatched path.UrlRewriteActionParameters.withSourcePattern
(String sourcePattern) Set define a request URI pattern that identifies the type of requests that may be rewritten.Modifier and TypeMethodDescriptionUrlRewriteAction.withParameters
(UrlRewriteActionParameters parameters) Set defines the parameters for the action.