ApplicationGatewayRedirectConfiguration Class
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.
Redirect configuration of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayRedirectConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayRedirectConfiguration = class
inherit SubResource
Public Class ApplicationGatewayRedirectConfiguration
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayRedirectConfiguration() |
Initializes a new instance of the ApplicationGatewayRedirectConfiguration class. |
ApplicationGatewayRedirectConfiguration(String, String, SubResource, String, Nullable<Boolean>, Nullable<Boolean>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String) |
Initializes a new instance of the ApplicationGatewayRedirectConfiguration class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
IncludePath |
Gets or sets include path in the redirected url. |
IncludeQueryString |
Gets or sets include query string in the redirected url. |
Name |
Gets or sets name of the redirect configuration that is unique within an Application Gateway. |
PathRules |
Gets or sets path rules specifying redirect configuration. |
RedirectType |
Gets or sets HTTP redirection type. Possible values include: 'Permanent', 'Found', 'SeeOther', 'Temporary' |
RequestRoutingRules |
Gets or sets request routing specifying redirect configuration. |
TargetListener |
Gets or sets reference to a listener to redirect the request to. |
TargetUrl |
Gets or sets url to redirect the request to. |
Type |
Gets type of the resource. |
UrlPathMaps |
Gets or sets url path maps specifying default redirect configuration. |
Applies to
Azure SDK for .NET