Share via


IUrlRedirectAction Interface

Definition

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

Properties

Name Description
Name

The name of the action for the delivery rule.

(Inherited from IDeliveryRuleAction)
ParameterCustomFragment

Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.

ParameterCustomHostname

Host to redirect. Leave empty to use the incoming host as the destination host.

ParameterCustomPath

The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.

ParameterCustomQueryString
ParameterDestinationProtocol

Protocol to use for the redirect. The default value is MatchRequest

ParameterRedirectType

The redirect type the rule will use when redirecting traffic.

ParameterTypeName

Methods

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

Applies to