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

IUrlRedirectActionParameters Interface

Definition

[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)

Applies to