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 SourceId
The ID of the Rewrite Rule Set
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |
Name
Unique name of the redirect configuration block
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RedirectType
The type of redirect. Possible values are Permanent, Temporary, Found and SeeOther
Declaration
public readonly string RedirectType
Field Value
| Type | Description |
|---|---|
| System.String |
TargetListenerId
Declaration
public readonly string TargetListenerId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |