Show / Hide Table of Contents

Class FrontdoorRoutingRuleForwardingConfiguration

Inheritance
System.Object
FrontdoorRoutingRuleForwardingConfiguration
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 FrontdoorRoutingRuleForwardingConfiguration

Fields

View Source

BackendPoolName

Specifies the name of the Backend Pool to forward the incoming traffic to.

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

CacheEnabled

Specifies whether to Enable caching or not. Valid options are true or false. Defaults to false.

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

CacheQueryParameterStripDirective

Defines cache behavior in releation to query string parameters. Valid options are StripAll or StripNone. Defaults to StripAll.

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

CacheUseDynamicCompression

Whether to use dynamic compression when caching. Valid options are true or false. Defaults to false.

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

CustomForwardingPath

Path to use when constructing the request to forward to the backend. This functions as a URL Rewrite. Default behavior preserves the URL path.

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

ForwardingProtocol

Protocol to use when redirecting. Valid options are HttpOnly, HttpsOnly, or MatchRequest. Defaults to HttpsOnly.

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