ApplicationGatewayUrlPathMapPropertiesFormat interface
Properties of UrlPathMap of the application gateway.
Properties
| default |
Default backend address pool resource of URL path map. |
| default |
Default backend http settings resource of URL path map. |
| default |
Default Load Distribution Policy resource of URL path map. |
| default |
Default redirect configuration resource of URL path map. |
| default |
Default Rewrite rule set resource of URL path map. |
| path |
Path rule of URL path map resource. |
Property Details
defaultBackendAddressPool
Default backend address pool resource of URL path map.
defaultBackendAddressPool?: SubResource
Property Value
defaultBackendHttpSettings
Default backend http settings resource of URL path map.
defaultBackendHttpSettings?: SubResource
Property Value
defaultLoadDistributionPolicy
Default Load Distribution Policy resource of URL path map.
defaultLoadDistributionPolicy?: SubResource
Property Value
defaultRedirectConfiguration
Default redirect configuration resource of URL path map.
defaultRedirectConfiguration?: SubResource
Property Value
defaultRewriteRuleSet
Default Rewrite rule set resource of URL path map.
defaultRewriteRuleSet?: SubResource
Property Value
pathRules
Path rule of URL path map resource.
pathRules?: ApplicationGatewayPathRule[]