Class ApplicationGatewayRewriteRuleSetRewriteRuleArgs
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.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayRewriteRuleSetRewriteRuleArgs : ResourceArgs
Constructors
View SourceApplicationGatewayRewriteRuleSetRewriteRuleArgs()
Declaration
public ApplicationGatewayRewriteRuleSetRewriteRuleArgs()
Properties
View SourceConditions
One or more condition blocks as defined above.
Declaration
public InputList<ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs> Conditions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs> |
Name
Unique name of the rewrite rule block
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RequestHeaderConfigurations
One or more request_header_configuration blocks as defined above.
Declaration
public InputList<ApplicationGatewayRewriteRuleSetRewriteRuleRequestHeaderConfigurationArgs> RequestHeaderConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApplicationGatewayRewriteRuleSetRewriteRuleRequestHeaderConfigurationArgs> |
ResponseHeaderConfigurations
One or more response_header_configuration blocks as defined above.
Declaration
public InputList<ApplicationGatewayRewriteRuleSetRewriteRuleResponseHeaderConfigurationArgs> ResponseHeaderConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApplicationGatewayRewriteRuleSetRewriteRuleResponseHeaderConfigurationArgs> |
RuleSequence
Rule sequence of the rewrite rule that determines the order of execution in a set.
Declaration
public Input<int> RuleSequence { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |