ApplicationGatewayUrlPathMapPropertiesFormatOutput 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. |
| provisioning |
The provisioning state of the URL path map resource. |
Property Details
defaultBackendAddressPool
Default backend address pool resource of URL path map.
defaultBackendAddressPool?: SubResourceOutput
Property Value
defaultBackendHttpSettings
Default backend http settings resource of URL path map.
defaultBackendHttpSettings?: SubResourceOutput
Property Value
defaultLoadDistributionPolicy
Default Load Distribution Policy resource of URL path map.
defaultLoadDistributionPolicy?: SubResourceOutput
Property Value
defaultRedirectConfiguration
Default redirect configuration resource of URL path map.
defaultRedirectConfiguration?: SubResourceOutput
Property Value
defaultRewriteRuleSet
Default Rewrite rule set resource of URL path map.
defaultRewriteRuleSet?: SubResourceOutput
Property Value
pathRules
Path rule of URL path map resource.
pathRules?: ApplicationGatewayPathRuleOutput[]
Property Value
provisioningState
The provisioning state of the URL path map resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"