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 SourceBackendPoolName
Specifies the name of the Backend Pool to forward the incoming traffic to.
Declaration
public readonly string BackendPoolName
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |
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> |
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 |
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 |