你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUrlRewriteAction Interface

Definition

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

Properties

Name

The name of the action for the delivery rule.

(Inherited from IDeliveryRuleAction1)
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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to