你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IApplicationGatewayRedirectConfiguration 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用程序网关重定向配置的客户端表示形式。
public interface IApplicationGatewayRedirectConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayRedirectConfiguration = interface
interface IBeta
interface IHasInner<ApplicationGatewayRedirectConfigurationInner>
interface IChildResource<IApplicationGateway>
interface IHasName
interface IIndexable
interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayRedirectConfiguration
Implements IBeta, IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayRedirectConfigurationInner), IHasParent(Of IApplicationGateway)
- 实现
属性
Inner |
应用程序网关重定向配置的客户端表示形式。 (继承自 IHasInner<T>) |
IsPathIncluded |
如果路径包含在重定向的 URL 中,则为 true,否则为 false。 |
IsQueryStringIncluded |
如果查询字符串包含在重定向的 URL 中,则获取 true,否则为 false。 |
Key |
应用程序网关重定向配置的客户端表示形式。 (继承自 IIndexable) |
Name |
获取资源的名称 (继承自 IHasName) |
Parent |
获取此子资源的父级。 (继承自 IHasParent<ParentT>) |
RequestRoutingRules |
获取此应用程序上引用此重定向配置(按名称编制索引)的请求路由规则。 |
TargetListener |
获取此应用程序网络流量重定向到的目标侦听器。 |
TargetUrl |
获取重定向到的目标 URL 网络流量。 |
Type |
获取重定向的类型。 |