Show / Hide Table of Contents

Class FrontdoorRoutingRuleForwardingConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FrontdoorRoutingRuleForwardingConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 Source

FrontdoorRoutingRuleForwardingConfigurationArgs()

Declaration
public FrontdoorRoutingRuleForwardingConfigurationArgs()

Properties

View Source

BackendPoolName

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

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

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

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>
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 Input<string> CustomForwardingPath { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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