IUrlRedirectAction Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.UrlRedirectActionTypeConverter))]
public interface IUrlRedirectAction : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.UrlRedirectActionTypeConverter))>]
type IUrlRedirectAction = interface
interface IJsonSerializable
interface IDeliveryRuleAction1
Public Interface IUrlRedirectAction
Implements IDeliveryRuleAction1
- Derived
- Attributes
- Implements
Properties
Name |
The name of the action for the delivery rule. (Inherited from IDeliveryRuleAction1) |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |