Show / Hide Table of Contents

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 Source

CustomFragment

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
View Source

CustomHost

Set this to change the URL for the redirection.

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

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
View Source

CustomQueryString

Replace any existing query string from the incoming request URL.

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

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.