Class FrontdoorRoutingRuleForwardingConfigurationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorRoutingRuleForwardingConfigurationArgs : ResourceArgs
Constructors
View SourceFrontdoorRoutingRuleForwardingConfigurationArgs()
Declaration
public FrontdoorRoutingRuleForwardingConfigurationArgs()
Properties
View SourceBackendPoolName
Specifies the name of the Backend Pool to forward the incoming traffic to.
Declaration
public Input<string> BackendPoolName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CacheEnabled
Specifies whether to Enable caching or not. Valid options are true or false. Defaults to false.
Declaration
public Input<bool> CacheEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
CacheQueryParameterStripDirective
Defines cache behavior in releation to query string parameters. Valid options are StripAll or StripNone. Defaults to StripAll.
Declaration
public Input<string> CacheQueryParameterStripDirective { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CacheUseDynamicCompression
Whether to use dynamic compression when caching. Valid options are true or false. Defaults to false.
Declaration
public Input<bool> CacheUseDynamicCompression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> CustomForwardingPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ForwardingProtocol
Protocol to use when redirecting. Valid options are HttpOnly, HttpsOnly, or MatchRequest. Defaults to HttpsOnly.
Declaration
public Input<string> ForwardingProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |