ApplicationGatewayRewriteRuleSet interface
Rewrite rule set of an application gateway.
- Extends
Properties
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the rewrite rule set that is unique within an Application Gateway. |
provisioning |
The provisioning state of the rewrite rule set resource. NOTE: This property will not be serialized. It can only be populated by the server. |
rewrite |
Rewrite rules in the rewrite rule set. |
Inherited Properties
id | Resource ID. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
name
Name of the rewrite rule set that is unique within an Application Gateway.
name?: string
Property Value
string
provisioningState
The provisioning state of the rewrite rule set resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
rewriteRules
Rewrite rules in the rewrite rule set.
rewriteRules?: ApplicationGatewayRewriteRule[]