ApplicationGatewayRedirectConfigurationInner Class

Definition

Redirect configuration of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayRedirectConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayRedirectConfigurationInner = class
    inherit SubResource
Public Class ApplicationGatewayRedirectConfigurationInner
Inherits SubResource
Inheritance
ApplicationGatewayRedirectConfigurationInner
Attributes

Constructors

ApplicationGatewayRedirectConfigurationInner()

Initializes a new instance of the ApplicationGatewayRedirectConfigurationInner class.

ApplicationGatewayRedirectConfigurationInner(String, ApplicationGatewayRedirectType, SubResource, String, Nullable<Boolean>, Nullable<Boolean>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String)

Initializes a new instance of the ApplicationGatewayRedirectConfigurationInner class.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

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