Class FrontdoorRoutingRuleRedirectConfiguration
Inheritance
System.Object
FrontdoorRoutingRuleRedirectConfiguration
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.FrontDoor.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorRoutingRuleRedirectConfiguration
Fields
View SourceCustomFragment
The destination fragment in the portion of URL after '#'. Set this to add a fragment to the redirect URL.
Declaration
public readonly string CustomFragment
Field Value
| Type | Description |
|---|---|
| System.String |
CustomHost
Set this to change the URL for the redirection.
Declaration
public readonly string CustomHost
Field Value
| Type | Description |
|---|---|
| System.String |
CustomPath
The path to retain as per the incoming request, or update in the URL for the redirection.
Declaration
public readonly string CustomPath
Field Value
| Type | Description |
|---|---|
| System.String |
CustomQueryString
Replace any existing query string from the incoming request URL.
Declaration
public readonly string CustomQueryString
Field Value
| Type | Description |
|---|---|
| System.String |
RedirectProtocol
Protocol to use when redirecting. Valid options are HttpOnly, HttpsOnly, or MatchRequest. Defaults to MatchRequest
Declaration
public readonly string RedirectProtocol
Field Value
| Type | Description |
|---|---|
| System.String |
RedirectType
Status code for the redirect. Valida options are Moved, Found, TemporaryRedirect, PermanentRedirect. Defaults to Found
Declaration
public readonly string RedirectType
Field Value
| Type | Description |
|---|---|
| System.String |