UriRewriteActionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the parameters for the url rewrite action. Serialized Name: UrlRewriteActionParameters
public class UriRewriteActionProperties : Azure.ResourceManager.Cdn.Models.DeliveryRuleActionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.UriRewriteActionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.UriRewriteActionProperties>
public class UriRewriteActionProperties
type UriRewriteActionProperties = class
inherit DeliveryRuleActionProperties
interface IJsonModel<UriRewriteActionProperties>
interface IPersistableModel<UriRewriteActionProperties>
type UriRewriteActionProperties = class
Public Class UriRewriteActionProperties
Inherits DeliveryRuleActionProperties
Implements IJsonModel(Of UriRewriteActionProperties), IPersistableModel(Of UriRewriteActionProperties)
Public Class UriRewriteActionProperties
- Inheritance
- Inheritance
-
UriRewriteActionProperties
- Implements
Constructors
UriRewriteActionProperties(String, String) |
Initializes a new instance of UriRewriteActionProperties. |
Properties
Destination |
Define the relative URL to which the above requests will be rewritten by. Serialized Name: UrlRewriteActionParameters.destination |
PreserveUnmatchedPath |
Whether to preserve unmatched path. Default value is true. Serialized Name: UrlRewriteActionParameters.preserveUnmatchedPath |
SourcePattern |
define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched. Serialized Name: UrlRewriteActionParameters.sourcePattern |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |