Show / Hide Table of Contents

Class ApplicationGatewayRedirectConfiguration

Inheritance
System.Object
ApplicationGatewayRedirectConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayRedirectConfiguration

Fields

View Source

Id

The ID of the Rewrite Rule Set

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IncludePath

Whether or not to include the path in the redirected Url. Defaults to false

Declaration
public readonly bool? IncludePath
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

IncludeQueryString

Whether or not to include the query string in the redirected Url. Default to false

Declaration
public readonly bool? IncludeQueryString
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

Unique name of the redirect configuration block

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RedirectType

The type of redirect. Possible values are Permanent, Temporary, Found and SeeOther

Declaration
public readonly string RedirectType
Field Value
Type Description
System.String
View Source

TargetListenerId

Declaration
public readonly string TargetListenerId
Field Value
Type Description
System.String
View Source

TargetListenerName

The name of the listener to redirect to. Cannot be set if target_url is set.

Declaration
public readonly string TargetListenerName
Field Value
Type Description
System.String
View Source

TargetUrl

The Url to redirect the request to. Cannot be set if target_listener_name is set.

Declaration
public readonly string TargetUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.