### YamlMime:JavaType uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters" name: "UrlRewriteActionParameters" nameWithType: "UrlRewriteActionParameters" summary: "Defines the parameters for the url rewrite action." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **UrlRewriteActionParameters**" constructors: - uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.UrlRewriteActionParameters()" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.UrlRewriteActionParameters()" name: "UrlRewriteActionParameters()" nameWithType: "UrlRewriteActionParameters.UrlRewriteActionParameters()" summary: "Creates an instance of UrlRewriteActionParameters class." syntax: "public UrlRewriteActionParameters()" desc: "Creates an instance of UrlRewriteActionParameters class." methods: - uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.destination()" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.destination()" name: "destination()" nameWithType: "UrlRewriteActionParameters.destination()" summary: "Get define the relative URL to which the above requests will be rewritten by." syntax: "public String destination()" desc: "Get define the relative URL to which the above requests will be rewritten by." returns: description: "the destination value" type: "" - uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.odatatype()" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.odatatype()" name: "odatatype()" nameWithType: "UrlRewriteActionParameters.odatatype()" summary: "Get the odatatype value." syntax: "public String odatatype()" desc: "Get the odatatype value." returns: description: "the odatatype value" type: "" - uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.preserveUnmatchedPath()" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.preserveUnmatchedPath()" name: "preserveUnmatchedPath()" nameWithType: "UrlRewriteActionParameters.preserveUnmatchedPath()" summary: "Get whether to preserve unmatched path." syntax: "public Boolean preserveUnmatchedPath()" desc: "Get whether to preserve unmatched path. Default value is true." returns: description: "the preserveUnmatchedPath value" type: "" - uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.sourcePattern()" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.sourcePattern()" name: "sourcePattern()" nameWithType: "UrlRewriteActionParameters.sourcePattern()" summary: "Get define a request URI pattern that identifies the type of requests that may be rewritten." syntax: "public String sourcePattern()" desc: "Get define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched." returns: description: "the sourcePattern value" type: "" - uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.withDestination(java.lang.String)" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.withDestination(String destination)" name: "withDestination(String destination)" nameWithType: "UrlRewriteActionParameters.withDestination(String destination)" summary: "Set define the relative URL to which the above requests will be rewritten by." parameters: - description: "the destination value to set" name: "destination" type: "" syntax: "public UrlRewriteActionParameters withDestination(String destination)" desc: "Set define the relative URL to which the above requests will be rewritten by." returns: description: "the UrlRewriteActionParameters object itself." type: "" - uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.withOdatatype(java.lang.String)" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.withOdatatype(String odatatype)" name: "withOdatatype(String odatatype)" nameWithType: "UrlRewriteActionParameters.withOdatatype(String odatatype)" summary: "Set the odatatype value." parameters: - description: "the odatatype value to set" name: "odatatype" type: "" syntax: "public UrlRewriteActionParameters withOdatatype(String odatatype)" desc: "Set the odatatype value." returns: description: "the UrlRewriteActionParameters object itself." type: "" - uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.withPreserveUnmatchedPath(java.lang.Boolean)" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.withPreserveUnmatchedPath(Boolean preserveUnmatchedPath)" name: "withPreserveUnmatchedPath(Boolean preserveUnmatchedPath)" nameWithType: "UrlRewriteActionParameters.withPreserveUnmatchedPath(Boolean preserveUnmatchedPath)" summary: "Set whether to preserve unmatched path." parameters: - description: "the preserveUnmatchedPath value to set" name: "preserveUnmatchedPath" type: "" syntax: "public UrlRewriteActionParameters withPreserveUnmatchedPath(Boolean preserveUnmatchedPath)" desc: "Set whether to preserve unmatched path. Default value is true." returns: description: "the UrlRewriteActionParameters object itself." type: "" - uid: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.withSourcePattern(java.lang.String)" fullName: "com.microsoft.azure.management.cdn.UrlRewriteActionParameters.withSourcePattern(String sourcePattern)" name: "withSourcePattern(String sourcePattern)" nameWithType: "UrlRewriteActionParameters.withSourcePattern(String sourcePattern)" summary: "Set define a request URI pattern that identifies the type of requests that may be rewritten." parameters: - description: "the sourcePattern value to set" name: "sourcePattern" type: "" syntax: "public UrlRewriteActionParameters withSourcePattern(String sourcePattern)" desc: "Set define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched." returns: description: "the UrlRewriteActionParameters object itself." type: "" type: "class" desc: "Defines the parameters for the url rewrite action." metadata: {} package: "com.microsoft.azure.management.cdn" artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4