Udostępnij przez


IUrlRewriteAction Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.UrlRewriteActionTypeConverter))]
public interface IUrlRewriteAction : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.UrlRewriteActionTypeConverter))>]
type IUrlRewriteAction = interface
    interface IJsonSerializable
    interface IDeliveryRuleAction
Public Interface IUrlRewriteAction
Implements IDeliveryRuleAction
Derived
Attributes
Implements

Properties

Name Description
Name

The name of the action for the delivery rule.

(Inherited from IDeliveryRuleAction)
ParameterDestination

Define the relative URL to which the above requests will be rewritten by.

ParameterPreserveUnmatchedPath

Whether to preserve unmatched path. Default value is true.

ParameterSourcePattern

define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.

ParameterTypeName

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to