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

IUpdate 接口

定义

整个应用程序网关重定向配置更新作为应用程序网关更新的一部分。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithPathIncluded, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithQueryStringIncluded, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithTarget, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.Update.IWithType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithTarget
    interface IWithType
    interface IWithPathIncluded
    interface IWithQueryStringIncluded
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithPathIncluded, IWithQueryStringIncluded, IWithTarget, IWithType
实现

方法

Parent()

整个应用程序网关重定向配置更新作为应用程序网关更新的一部分。

(继承自 ISettable<ParentT>)
WithoutPathIncluded()

指定路径不应包含在重定向的 URL 中。

(继承自 IWithPathIncluded)
WithoutQueryStringIncluded()

指定查询字符串不应包含在重定向的 URL 中。

(继承自 IWithQueryStringIncluded)
WithoutTargetListener()

删除对目标侦听器的引用。

(继承自 IWithTarget)
WithoutTargetUrl()

删除对目标 URL 的引用。

(继承自 IWithTarget)
WithPathIncluded()

指定路径应包含在重定向的 URL 中。 请注意,仅当重定向的目标是侦听器时,此设置才有效,而不是 URL。

(继承自 IWithPathIncluded)
WithQueryStringIncluded()

指定查询字符串应包含在重定向的 URL 中。

(继承自 IWithQueryStringIncluded)
WithTargetListener(String)

指定要重定向到的此应用程序网关上的侦听器。

(继承自 IWithTarget)
WithTargetUrl(String)

指定要重定向到的 URL。

(继承自 IWithTarget)
WithType(ApplicationGatewayRedirectType)

指定重定向类型。

(继承自 IWithType)

适用于