IApplicationGatewayRedirectConfiguration 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.
A client-side representation of an application gateway's redirect configuration.
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)
- Implements
Properties
Inner | (Inherited from IHasInner<T>) |
IsPathIncluded |
Gets true if the path is included in the redirected URL, otherwise false. |
IsQueryStringIncluded |
Gets true if the query string is included in the redirected URL, otherwise false. |
Key | (Inherited from IIndexable) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
RequestRoutingRules |
Gets request routing rules on this application referencing this redirect configuration, indexed by name. |
TargetListener |
Gets the target listener on this application network traffic is redirected to. |
TargetUrl |
Gets the target URL network traffic is redirected to. |
Type |
Gets the type of redirection. |
Applies to
Azure SDK for .NET