IUrlRedirectActionParameters 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.UrlRedirectActionParametersTypeConverter))]
public interface IUrlRedirectActionParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.UrlRedirectActionParametersTypeConverter))>]
type IUrlRedirectActionParameters = interface
interface IJsonSerializable
Public Interface IUrlRedirectActionParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CustomFragment |
Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #. |
CustomHostname |
Host to redirect. Leave empty to use the incoming host as the destination host. |
CustomPath |
The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path. |
CustomQueryString | |
DestinationProtocol |
Protocol to use for the redirect. The default value is MatchRequest |
RedirectType |
The redirect type the rule will use when redirecting traffic. |
TypeName |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |