你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzFrontDoorCdnRuleUrlRedirectActionObject
为 UrlRedirectAction 创建内存中对象。
语法
New-AzFrontDoorCdnRuleUrlRedirectActionObject
-ParameterRedirectType <RedirectType>
-Name <DeliveryRuleAction>
[-ParameterCustomFragment <String>]
[-ParameterCustomHostname <String>]
[-ParameterCustomPath <String>]
[-ParameterCustomQueryString <String>]
[-ParameterDestinationProtocol <DestinationProtocol>]
[<CommonParameters>]
说明
为 UrlRedirectAction 创建内存中对象。
示例
示例 1:为 UrlRedirectAction 创建内存中对象
New-AzFrontDoorCdnRuleUrlRedirectActionObject -Name UrlRedirect -ParameterRedirectType Moved -ParameterDestinationProtocol MatchRequest
Name
----
UrlRedirect
为 UrlRedirectAction 创建内存中对象
参数
-Name
传递规则的操作的名称。
类型: | DeliveryRuleAction |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ParameterCustomFragment
要添加到重定向 URL 的片段。 片段是 #之后 URL 的一部分。 请勿包含 #。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ParameterCustomHostname
要重定向的主机。 将传入主机保留为空,以将传入主机用作目标主机。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ParameterCustomPath
要重定向的完整路径。 路径不能为空,必须以 /开头。 将传入路径保留为空,以用作目标路径。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ParameterCustomQueryString
要放置在重定向 URL 中的查询字符串集。 设置此值将替换任何现有查询字符串;保留空以保留传入的查询字符串。 查询字符串必须采用 <key>=<value> 格式。 ? 和 & 将自动添加,因此不要包含它们。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ParameterDestinationProtocol
要用于重定向的协议。 默认值为 MatchRequest。
类型: | DestinationProtocol |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ParameterRedirectType
重定向流量时规则将使用的重定向类型。
类型: | RedirectType |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |